Email reader: pull To/Cc details 2px tighter under From (-8px → -10px)

This commit is contained in:
pewdiepie-archdaemon
2026-06-11 22:41:02 +09:00
parent 5d5cfc07d7
commit 7db4e8df4a
+4 -5
View File
@@ -28318,12 +28318,11 @@ 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 8px to match where they end up /* 6px between To and Cc, pulled up 10px so they sit tight under
when the cluster snaps to absolute overlay keeps the position From (matches the position they end up at when the cluster
stable across the transition so they don't jump 2px upward at snaps to absolute overlay, so they don't jump at the break). */
the breakpoint. */
gap: 6px; gap: 6px;
margin-top: -8px; margin-top: -10px;
} }
.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 {