mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 02:05:22 -04:00
Email reader: pull From label + actions up 2px more in docked mode
This commit is contained in:
@@ -28091,6 +28091,16 @@ button .spinner-whirlpool {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
}
|
}
|
||||||
|
/* Docked panes are tighter — pull From label and action cluster
|
||||||
|
up an extra 2px each. */
|
||||||
|
.modal.modal-right-docked .email-reader-meta-row.email-reader-meta-from > strong,
|
||||||
|
.modal.modal-left-docked .email-reader-meta-row.email-reader-meta-from > strong {
|
||||||
|
top: -4px;
|
||||||
|
}
|
||||||
|
.modal.modal-right-docked .email-reader-meta-row.email-reader-meta-from > .email-reader-actions-inline,
|
||||||
|
.modal.modal-left-docked .email-reader-meta-row.email-reader-meta-from > .email-reader-actions-inline {
|
||||||
|
top: -6px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Gmail-style chevron — collapsed view shows only From; the chevron
|
/* Gmail-style chevron — collapsed view shows only From; the chevron
|
||||||
reveals the To/Cc details inline below. */
|
reveals the To/Cc details inline below. */
|
||||||
|
|||||||
Reference in New Issue
Block a user