More fixes for the compose button context menu
This commit is contained in:
parent
14a9230242
commit
457cf8c620
3 changed files with 6 additions and 3 deletions
|
@ -1740,7 +1740,7 @@ body:has(.media-modal-container + .status-deck) .media-post-link {
|
|||
}
|
||||
|
||||
.menu-post-text {
|
||||
max-width: 250px;
|
||||
max-width: 40em;
|
||||
overflow: hidden;
|
||||
/* ellipsis 2 lines */
|
||||
white-space: normal;
|
||||
|
|
|
@ -150,6 +150,9 @@ export default function ComposeButton() {
|
|||
style: {
|
||||
zIndex: 101,
|
||||
},
|
||||
onClick: () => {
|
||||
menuRef.current?.closeMenu?.();
|
||||
},
|
||||
}}
|
||||
submenuOpenDelay={600}
|
||||
>
|
||||
|
|
4
src/locales/en.po
generated
4
src/locales/en.po
generated
|
@ -570,14 +570,14 @@ msgstr ""
|
|||
msgid "Compose"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose-button.jsx:159
|
||||
#: src/components/compose-button.jsx:162
|
||||
#: src/components/nav-menu.jsx:260
|
||||
#: src/pages/scheduled-posts.jsx:31
|
||||
#: src/pages/scheduled-posts.jsx:76
|
||||
msgid "Scheduled Posts"
|
||||
msgstr "Scheduled Posts"
|
||||
|
||||
#: src/components/compose-button.jsx:172
|
||||
#: src/components/compose-button.jsx:175
|
||||
msgid "Add to thread"
|
||||
msgstr "Add to thread"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue