From 7369c7c642d12deb3cb62cdc9c5134b5ec488b84 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 22:43:23 +0900 Subject: [PATCH] Email reader: extra 2px details lift in wrapped-cluster mode (no jump) --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/style.css b/static/style.css index 8975b93c4..2415ca497 100644 --- a/static/style.css +++ b/static/style.css @@ -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