mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 02:05:22 -04:00
Email reader: lift From: label 4px above the chip on desktop
This commit is contained in:
@@ -28073,6 +28073,12 @@ button .spinner-whirlpool {
|
|||||||
.email-reader-meta-row.email-reader-meta-from {
|
.email-reader-meta-row.email-reader-meta-from {
|
||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
|
/* Pull only the "From:" label up 4px without affecting the chips
|
||||||
|
or action cluster beside it. */
|
||||||
|
.email-reader-meta-row.email-reader-meta-from > strong {
|
||||||
|
position: relative;
|
||||||
|
top: -4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Gmail-style chevron — collapsed view shows only From; the chevron
|
/* Gmail-style chevron — collapsed view shows only From; the chevron
|
||||||
reveals the To/Cc details inline below. */
|
reveals the To/Cc details inline below. */
|
||||||
|
|||||||
Reference in New Issue
Block a user