mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 02:05:22 -04:00
Email reader: lift action cluster 4px and From: label 2px on desktop
This commit is contained in:
+7
-1
@@ -28053,7 +28053,7 @@ button .spinner-whirlpool {
|
|||||||
reveal anything tucked under the buttons. */
|
reveal anything tucked under the buttons. */
|
||||||
.email-reader-meta-row.email-reader-meta-from > .email-reader-actions-inline {
|
.email-reader-meta-row.email-reader-meta-from > .email-reader-actions-inline {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: -4px;
|
||||||
right: 0;
|
right: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@@ -28085,6 +28085,12 @@ button .spinner-whirlpool {
|
|||||||
min-height: 44px;
|
min-height: 44px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
/* Nudge the "From:" label up 2px to baseline-balance against
|
||||||
|
the lifted action cluster. */
|
||||||
|
.email-reader-meta-row.email-reader-meta-from > strong {
|
||||||
|
position: relative;
|
||||||
|
top: -2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* 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