From 7db4e8df4a6d211be8feb6aabf802fefb379aae6 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 22:41:02 +0900 Subject: [PATCH] =?UTF-8?q?Email=20reader:=20pull=20To/Cc=20details=202px?= =?UTF-8?q?=20tighter=20under=20From=20(-8px=20=E2=86=92=20-10px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index 24c288948..8975b93c4 100644 --- a/static/style.css +++ b/static/style.css @@ -28318,12 +28318,11 @@ button .spinner-whirlpool { .email-reader-meta-details { display: flex; flex-direction: column; - /* 6px between To and Cc, pulled up 8px to match where they end up - when the cluster snaps to absolute overlay — keeps the position - stable across the transition so they don't jump 2px upward at - the breakpoint. */ + /* 6px between To and Cc, pulled up 10px so they sit tight under + From (matches the position they end up at when the cluster + snaps to absolute overlay, so they don't jump at the break). */ gap: 6px; - margin-top: -8px; + margin-top: -10px; } .email-reader-meta-details[hidden] { display: none; } .email-reader-header > .email-reader-meta {