mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-10 05:15:28 +00:00
Email reader: extra 2px details lift in wrapped-cluster mode (no jump)
This commit is contained in:
parent
a154967dc7
commit
89c92a75ab
1 changed files with 7 additions and 0 deletions
|
|
@ -28202,6 +28202,13 @@ button .spinner-whirlpool {
|
|||
wider than its content (e.g. a 2-row stack of 3). */
|
||||
justify-self: end;
|
||||
}
|
||||
/* When the cluster wraps to 2 rows, row 1 grows ~2px (the cluster
|
||||
spans both meta rows so the extra height bleeds into each). Pull
|
||||
the details up another 2px so To/Cc stays at the same vertical
|
||||
offset from From as in the wide layout — no visible jump. */
|
||||
.email-reader-meta > .email-reader-meta-details {
|
||||
margin-top: -12px;
|
||||
}
|
||||
}
|
||||
/* Very narrow reader: once the chip span has shrunk to its ~4
|
||||
character min, the cluster snaps to absolute overlay with a soft
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue