Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3
This commit is contained in:
commit
a8deb32a0f
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -269,7 +269,9 @@
|
|||
.description-popover {
|
||||
padding: 1em;
|
||||
width: 50ch;
|
||||
max-width: 90vw;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
|
||||
summary {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue