From c537d2b95cf413ae1945f0090b06f47d31c45488 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 13 Jun 2026 09:28:24 +0900 Subject: [PATCH] =?UTF-8?q?Doc=20compose=20Cc/Bcc=20X:=20nudge=204px=20dow?= =?UTF-8?q?n=20(top:50%=20=E2=86=92=20top:calc(50%=20+=204px))?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index a4d3dcd12..dcf63f9a1 100644 --- a/static/style.css +++ b/static/style.css @@ -30112,7 +30112,7 @@ body.doc-find-active mark.doc-find-mark.current { } /* X close button inside Cc / Bcc fields. */ .email-field .email-cc-close { - position: absolute; right: 6px; top: 50%; transform: translateY(-50%); + position: absolute; right: 6px; top: calc(50% + 4px); transform: translateY(-50%); background: none; border: none; color: var(--fg); opacity: 0.4; cursor: pointer; width: 22px; height: 22px; @@ -35157,8 +35157,7 @@ button.cal-view-btn { top: 50%; transform: translateY(-50%); pointer-events: none; - opacity: 0.45; - color: var(--fg); + color: var(--accent, var(--red)); } .cal-day-search-meta { font-size:10px; opacity:0.5; margin:0 2px 6px; } .cal-search-results { display:flex; flex-direction:column; gap:4px; }