mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 02:05:22 -04:00
Email reader: tighten spacing in docked view + meta details
- Docked: From row + action cluster nudged up 4px - Chevron pulled 4px left so it sits tight to the From chip - To/Cc detail block pulled up 8px to hug the From row - 4px gap between To and Cc rows (was 2px)
This commit is contained in:
+9
-3
@@ -15236,6 +15236,11 @@ body.right-dock-active:not(.email-doc-split-active) .doc-editor-pane {
|
|||||||
align-items: start;
|
align-items: start;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
/* Docked mode: nudge the From row + inline action cluster up 4px. */
|
||||||
|
.modal.modal-right-docked .email-reader-meta-row.email-reader-meta-from,
|
||||||
|
.modal.modal-left-docked .email-reader-meta-row.email-reader-meta-from {
|
||||||
|
margin-top: -4px;
|
||||||
|
}
|
||||||
.modal.modal-right-docked .email-reader-meta-row strong,
|
.modal.modal-right-docked .email-reader-meta-row strong,
|
||||||
.modal.modal-left-docked .email-reader-meta-row strong {
|
.modal.modal-left-docked .email-reader-meta-row strong {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
@@ -28073,7 +28078,7 @@ button .spinner-whirlpool {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
margin-left: 4px;
|
margin-left: -4px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@@ -28089,8 +28094,9 @@ button .spinner-whirlpool {
|
|||||||
.email-reader-meta-details {
|
.email-reader-meta-details {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 2px;
|
/* 4px between To and Cc, pulled up 8px to sit close under From. */
|
||||||
margin-top: 2px;
|
gap: 4px;
|
||||||
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
.email-reader-meta-details[hidden] { display: none; }
|
.email-reader-meta-details[hidden] { display: none; }
|
||||||
.email-reader-header > .email-reader-meta {
|
.email-reader-header > .email-reader-meta {
|
||||||
|
|||||||
Reference in New Issue
Block a user