From 8f4747b1ff6021f4e20c76ce925a8cf5294d863e Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Fri, 12 Jun 2026 10:18:09 +0900 Subject: [PATCH] =?UTF-8?q?Email=20reader:=20nudge=20To/Cc=20details=20dow?= =?UTF-8?q?n=202px=20(margin-top=200=20=E2=86=92=202px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 014209866..0e1bfcfcd 100644 --- a/static/style.css +++ b/static/style.css @@ -28357,10 +28357,9 @@ button .spinner-whirlpool { .email-reader-meta-details { display: flex; flex-direction: column; - /* 6px between To and Cc. Meta is plain block flow now, so no need - to compensate for grid row gaps — details naturally hugs From. */ + /* 6px between To and Cc, plus 2px breathing room below From. */ gap: 6px; - margin-top: 0; + margin-top: 2px; } .email-reader-meta-details[hidden] { display: none; } .email-reader-header > .email-reader-meta {