From 015aeb1faba382d651933a1dd5281bf7ffa76fbc Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 13 Jun 2026 08:39:03 +0900 Subject: [PATCH] =?UTF-8?q?Doc=20compose=20Cc=20toggle:=20another=204px=20?= =?UTF-8?q?down=20(4=20=E2=86=92=208)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 596a250e0..6402bbf1b 100644 --- a/static/style.css +++ b/static/style.css @@ -30107,7 +30107,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% + 4px); transform: translateY(-50%); + position: absolute; right: 6px; top: calc(50% + 8px); transform: translateY(-50%); z-index: 2; } .email-field input { padding-right: 60px; }