mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 01:35:36 -04:00
Email reader: From row up another 2px on desktop (-4px → -6px)
This commit is contained in:
+2
-2
@@ -28066,12 +28066,12 @@ button .spinner-whirlpool {
|
||||
flex-wrap: wrap;
|
||||
row-gap: 2px;
|
||||
}
|
||||
/* Desktop only: shift the whole From row up 4px. Mobile keeps the
|
||||
/* Desktop only: shift the whole From row up 6px. Mobile keeps the
|
||||
original placement (the mobile @media block overrides padding so
|
||||
the header sits flush already). */
|
||||
@media (min-width: 769px) {
|
||||
.email-reader-meta-row.email-reader-meta-from {
|
||||
margin-top: -4px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
}
|
||||
/* Gmail-style chevron — collapsed view shows only From; the chevron
|
||||
|
||||
Reference in New Issue
Block a user