From 8b8ec7fb1db0be7da6f852645570c4383fc20030 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Fri, 12 Jun 2026 10:19:03 +0900 Subject: [PATCH] =?UTF-8?q?Email=20reader:=20To/Cc=20details=20down=202px?= =?UTF-8?q?=20more=20(margin-top=202=20=E2=86=92=204px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 0e1bfcfcd..ac414d961 100644 --- a/static/style.css +++ b/static/style.css @@ -28357,9 +28357,9 @@ button .spinner-whirlpool { .email-reader-meta-details { display: flex; flex-direction: column; - /* 6px between To and Cc, plus 2px breathing room below From. */ + /* 6px between To and Cc, plus 4px breathing room below From. */ gap: 6px; - margin-top: 2px; + margin-top: 4px; } .email-reader-meta-details[hidden] { display: none; } .email-reader-header > .email-reader-meta {