From cc86760a26b8577dc73d5dfb5e4e26907a2246ae Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 07:23:49 +0900 Subject: [PATCH] =?UTF-8?q?Email=20library:=20drop=20compose=20button=20an?= =?UTF-8?q?other=202px=20(top=20-2=E2=86=920)?= 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 59b43d480..6093097a3 100644 --- a/static/style.css +++ b/static/style.css @@ -29813,7 +29813,7 @@ body.doc-find-active mark.doc-find-mark.current { #email-lib-select-btn, #email-lib-refresh-btn { top: -2px; } /* New (Compose) button gets a slightly taller, slightly lower variant on desktop so it reads as the primary action of the row. */ -#email-lib-compose-btn { height: 28px; top: -2px; } +#email-lib-compose-btn { height: 28px; top: 0; } @media (max-width: 768px) { /* On mobile they're 1px higher than desktop. */ #email-lib-select-btn, #email-lib-refresh-btn { top: -3px; }