From b5b96980e35779c2dba2c1d133a36eef4f1649a2 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 08:41:59 +0900 Subject: [PATCH] =?UTF-8?q?Email=20bulk=20bar:=20nudge=20'Marking=E2=80=A6?= =?UTF-8?q?'=20label=20up=202px=20+=20'All'=20checkbox=20up=202px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 'Marking done' / 'Marking read' / 'Marking unread' label was 2px low vs. the whirlpool spinner inside the Actions button. The existing loading-label CSS only scoped to #email-lib-bulk-delete; extend it to also cover #email-lib-bulk-actions and bump top from 0 to -2px. - 'All' checkbox label was inline-styled top:2px so the box + text sat lower than the surrounding bulk-action items. Reset to top:0 to match memory + skills select-all rows. --- static/js/emailLibrary.js | 2 +- static/style.css | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/static/js/emailLibrary.js b/static/js/emailLibrary.js index 0ed8fc13c..b7d4504da 100644 --- a/static/js/emailLibrary.js +++ b/static/js/emailLibrary.js @@ -861,7 +861,7 @@ export function openEmailLibrary(opts = {}) {