mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 10:15:27 -04:00
Email reader: nudge To/Cc details down 2px (margin-top 0 → 2px)
This commit is contained in:
+2
-3
@@ -28357,10 +28357,9 @@ button .spinner-whirlpool {
|
|||||||
.email-reader-meta-details {
|
.email-reader-meta-details {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
/* 6px between To and Cc. Meta is plain block flow now, so no need
|
/* 6px between To and Cc, plus 2px breathing room below From. */
|
||||||
to compensate for grid row gaps — details naturally hugs From. */
|
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
margin-top: 0;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.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