From 6c1ce446f5e97fe3c4de2fa06624df47c0e53052 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 20:34:45 +0900 Subject: [PATCH] Email reader: lift action cluster 4px and From: label 2px on desktop --- static/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index ae599d78a..204981aa8 100644 --- a/static/style.css +++ b/static/style.css @@ -28053,7 +28053,7 @@ button .spinner-whirlpool { reveal anything tucked under the buttons. */ .email-reader-meta-row.email-reader-meta-from > .email-reader-actions-inline { position: absolute; - top: 0; + top: -4px; right: 0; display: flex; flex-direction: row; @@ -28085,6 +28085,12 @@ button .spinner-whirlpool { min-height: 44px; align-items: center; } + /* Nudge the "From:" label up 2px to baseline-balance against + the lifted action cluster. */ + .email-reader-meta-row.email-reader-meta-from > strong { + position: relative; + top: -2px; + } } /* Gmail-style chevron — collapsed view shows only From; the chevron reveals the To/Cc details inline below. */