Compare commits

...

3 commits

Author SHA1 Message Date
Henry Jameson
a8deb32a0f Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3 2026-05-19 20:40:58 +03:00
Henry Jameson
21ba0924ad changelog 2026-05-19 20:40:50 +03:00
Henry Jameson
59366c40d7 fix description popover overflowing the screen on mobile 2026-05-19 20:39:58 +03:00
2 changed files with 3 additions and 0 deletions

View file

@ -4,3 +4,4 @@ reply/quote now is a radio group and wraps, fixes overflow on languages where la
personal note input is now bigger
moved "edit pinned" to the bottom for status action buttons.
dots status action button drops down instead of up to avoid hiding the action buttons
improved attachment description (alt text) input and display

View file

@ -269,7 +269,9 @@
.description-popover {
padding: 1em;
width: 50ch;
max-width: 90vw;
overflow: hidden;
box-sizing: border-box;
summary {
display: inline-block;