mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 09:45:24 -04:00
fix(ui): prevent email reader button label overflow
Remove fixed widths from email reader action buttons so Reply/Forward/AI Reply/Summary labels fit on desktop and mobile.
This commit is contained in:
+3
-3
@@ -4649,7 +4649,7 @@ body.bg-pattern-sparkles {
|
||||
#email-lib-modal .email-reader-actions .memory-toolbar-btn.reader-icon-btn,
|
||||
.email-reader-tab-modal .email-reader-actions .memory-toolbar-btn.reader-icon-btn,
|
||||
.email-window-modal .email-reader-actions .memory-toolbar-btn.reader-icon-btn {
|
||||
width: 44px !important;
|
||||
width: auto !important;
|
||||
height: 44px !important;
|
||||
flex: 0 0 auto !important;
|
||||
display: inline-flex !important;
|
||||
@@ -29151,9 +29151,9 @@ body.doc-find-active mark.doc-find-mark.current {
|
||||
|
||||
/* Email reader icon buttons — vertical icon + label stack. */
|
||||
.memory-toolbar-btn.reader-icon-btn {
|
||||
width: 48px;
|
||||
width: auto;
|
||||
height: 44px;
|
||||
padding: 4px 2px;
|
||||
/* padding: 4px 2px; */
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user