From 24dfd049645ec93b51293616b970b503169760d5 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 20:25:51 +0900 Subject: [PATCH] Email reader: lift From: label 4px above the chip on desktop --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index 3197a0b16..330f32d50 100644 --- a/static/style.css +++ b/static/style.css @@ -28073,6 +28073,12 @@ button .spinner-whirlpool { .email-reader-meta-row.email-reader-meta-from { margin-top: -8px; } + /* Pull only the "From:" label up 4px without affecting the chips + or action cluster beside it. */ + .email-reader-meta-row.email-reader-meta-from > strong { + position: relative; + top: -4px; + } } /* Gmail-style chevron — collapsed view shows only From; the chevron reveals the To/Cc details inline below. */