From 28caa40e68b305c69edb58d6a3b0cdf8f307985a Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 20:36:24 +0900 Subject: [PATCH] Email reader: pull From label + actions up 2px more in docked mode --- static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/style.css b/static/style.css index 204981aa8..3e0e6284b 100644 --- a/static/style.css +++ b/static/style.css @@ -28091,6 +28091,16 @@ button .spinner-whirlpool { position: relative; top: -2px; } + /* Docked panes are tighter — pull From label and action cluster + up an extra 2px each. */ + .modal.modal-right-docked .email-reader-meta-row.email-reader-meta-from > strong, + .modal.modal-left-docked .email-reader-meta-row.email-reader-meta-from > strong { + top: -4px; + } + .modal.modal-right-docked .email-reader-meta-row.email-reader-meta-from > .email-reader-actions-inline, + .modal.modal-left-docked .email-reader-meta-row.email-reader-meta-from > .email-reader-actions-inline { + top: -6px; + } } /* Gmail-style chevron — collapsed view shows only From; the chevron reveals the To/Cc details inline below. */