Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-05-19 20:40:58 +03:00
commit a8deb32a0f
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;