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:
parent
54690997ec
commit
29180c4731
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue