mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 10:15:27 -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;
|
flex-wrap: wrap;
|
||||||
row-gap: 2px;
|
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
|
original placement (the mobile @media block overrides padding so
|
||||||
the header sits flush already). */
|
the header sits flush already). */
|
||||||
@media (min-width: 769px) {
|
@media (min-width: 769px) {
|
||||||
.email-reader-meta-row.email-reader-meta-from {
|
.email-reader-meta-row.email-reader-meta-from {
|
||||||
margin-top: -4px;
|
margin-top: -6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Gmail-style chevron — collapsed view shows only From; the chevron
|
/* Gmail-style chevron — collapsed view shows only From; the chevron
|
||||||
|
|||||||
Reference in New Issue
Block a user