Email reader: From row up another 2px on desktop (-4px → -6px)

This commit is contained in:
pewdiepie-archdaemon
2026-06-11 20:23:19 +09:00
parent 20968d5a87
commit 1a3880347f
+2 -2
View File
@@ -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