mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 02:05:22 -04:00
Email reader: pull To/Cc details up 2px so they don't jump at overlay break
This commit is contained in:
+5
-3
@@ -28318,10 +28318,12 @@ button .spinner-whirlpool {
|
|||||||
.email-reader-meta-details {
|
.email-reader-meta-details {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
/* 6px between To and Cc, pulled up 6px to sit close under From
|
/* 6px between To and Cc, pulled up 8px to match where they end up
|
||||||
(2px more breathing room than before). */
|
when the cluster snaps to absolute overlay — keeps the position
|
||||||
|
stable across the transition so they don't jump 2px upward at
|
||||||
|
the breakpoint. */
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
margin-top: -6px;
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
.email-reader-meta-details[hidden] { display: none; }
|
.email-reader-meta-details[hidden] { display: none; }
|
||||||
.email-reader-header > .email-reader-meta {
|
.email-reader-header > .email-reader-meta {
|
||||||
|
|||||||
Reference in New Issue
Block a user