mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 02:05:22 -04:00
Email reader docked: +2px more between From/To and To/Cc (now 4px each)
This commit is contained in:
+6
-6
@@ -15399,14 +15399,14 @@ body.right-dock-active:not(.email-doc-split-active) .doc-editor-pane {
|
|||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
}
|
}
|
||||||
/* Docked panes don't get the 4px nudge below From — keep details
|
/* Docked panes: 4px between From→To and 4px between To→Cc.
|
||||||
tight against the From row since vertical space is constrained.
|
Meta has its own 2px gap (From→details) so an extra 2px on
|
||||||
gap matches the meta's own gap (2px) so From→To and To→Cc are
|
details margin-top gives a 4px From→To distance, and gap:4 on
|
||||||
the same vertical distance. */
|
the details flex column gives 4px between To and Cc. */
|
||||||
.modal.modal-right-docked .email-reader-meta-details,
|
.modal.modal-right-docked .email-reader-meta-details,
|
||||||
.modal.modal-left-docked .email-reader-meta-details {
|
.modal.modal-left-docked .email-reader-meta-details {
|
||||||
margin-top: 0;
|
margin-top: 2px;
|
||||||
gap: 2px;
|
gap: 4px;
|
||||||
}
|
}
|
||||||
.modal.modal-right-docked .email-reader-header > .email-reader-actions,
|
.modal.modal-right-docked .email-reader-header > .email-reader-actions,
|
||||||
.modal.modal-left-docked .email-reader-header > .email-reader-actions {
|
.modal.modal-left-docked .email-reader-header > .email-reader-actions {
|
||||||
|
|||||||
Reference in New Issue
Block a user