From eb0abe7c9038337ac57c47ee401d8a2263728279 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 13 Jun 2026 14:59:46 +0900 Subject: [PATCH] =?UTF-8?q?Doc=20compose:=20Cc=20toggle=20and=20X=20close?= =?UTF-8?q?=20up=201px=20(top:calc(50%=20+=202px)=20=E2=86=92=20+1px)?= 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 4fce9b483..7fca1eece 100644 --- a/static/style.css +++ b/static/style.css @@ -30087,7 +30087,7 @@ body.doc-find-active mark.doc-find-mark.current { from the To input. Anchored to the input's vertical center + 4px nudge so the label sits where the user expects it. */ .email-field .email-cc-toggle { - position: absolute; right: 6px; top: calc(50% + 2px); transform: translateY(-50%); + position: absolute; right: 6px; top: calc(50% + 1px); transform: translateY(-50%); z-index: 2; } /* Accent-tinted prefix label (To / Cc / Bcc / Subject) sitting at @@ -30109,7 +30109,7 @@ body.doc-find-active mark.doc-find-mark.current { .email-field #doc-email-subject { padding-left: 64px; } /* X close button inside Cc / Bcc fields. */ .email-field .email-cc-close { - position: absolute; right: 6px; top: calc(50% + 2px); transform: translateY(-50%); + position: absolute; right: 6px; top: calc(50% + 1px); transform: translateY(-50%); background: none; border: none; color: var(--fg); opacity: 0.4; cursor: pointer; width: 22px; height: 22px;