From 81c824d4013a9837777c4adef16c1e23c1504dad Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 12:18:02 +0900 Subject: [PATCH] Email accounts strip: nudge default-dot 1px up + 2px left --- static/js/emailLibrary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/emailLibrary.js b/static/js/emailLibrary.js index 28abeabb9..9553a73b1 100644 --- a/static/js/emailLibrary.js +++ b/static/js/emailLibrary.js @@ -1343,7 +1343,7 @@ function _renderAccountsStrip() { const dotTitle = a.is_default ? 'Default account' : 'Set as default'; html += `` + `` - + `` + + `` + ``; } strip.innerHTML = html;