From 86daf254cf9b5bc82159705983ed37a9f7e053e2 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 13 Jun 2026 09:33:03 +0900 Subject: [PATCH] =?UTF-8?q?Doc=20compose:=20Cc=20toggle=20up=204px=20(8?= =?UTF-8?q?=E2=86=924),=20X=20close=20up=202px=20(4=E2=86=922)?= 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 dcf63f9a1..b09cf4642 100644 --- a/static/style.css +++ b/static/style.css @@ -30107,12 +30107,12 @@ 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% + 8px); transform: translateY(-50%); + position: absolute; right: 6px; top: calc(50% + 4px); transform: translateY(-50%); z-index: 2; } /* X close button inside Cc / Bcc fields. */ .email-field .email-cc-close { - position: absolute; right: 6px; top: calc(50% + 4px); transform: translateY(-50%); + position: absolute; right: 6px; top: calc(50% + 2px); transform: translateY(-50%); background: none; border: none; color: var(--fg); opacity: 0.4; cursor: pointer; width: 22px; height: 22px;