From 1a3880347f9abeba4f19bcb6e5a147090be79447 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 20:23:19 +0900 Subject: [PATCH] =?UTF-8?q?Email=20reader:=20From=20row=20up=20another=202?= =?UTF-8?q?px=20on=20desktop=20(-4px=20=E2=86=92=20-6px)?= 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 0bf5f47be..a62c5d43a 100644 --- a/static/style.css +++ b/static/style.css @@ -28066,12 +28066,12 @@ button .spinner-whirlpool { flex-wrap: wrap; row-gap: 2px; } -/* Desktop only: shift the whole From row up 4px. Mobile keeps the +/* Desktop only: shift the whole From row up 6px. Mobile keeps the original placement (the mobile @media block overrides padding so the header sits flush already). */ @media (min-width: 769px) { .email-reader-meta-row.email-reader-meta-from { - margin-top: -4px; + margin-top: -6px; } } /* Gmail-style chevron — collapsed view shows only From; the chevron