From 803df21fc291d69379c82ac1a783872a0a19c178 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 09:44:03 +0900 Subject: [PATCH] =?UTF-8?q?Email=20accounts=20strip:=20nudge=20default-dot?= =?UTF-8?q?=202px=20left=20(right=204=E2=86=926)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 0d158b9f4..dc9b34eb5 100644 --- a/static/js/emailLibrary.js +++ b/static/js/emailLibrary.js @@ -1345,7 +1345,7 @@ function _renderAccountsStrip() { const dotTitle = a.is_default ? 'Default account' : 'Set as default'; html += `` + `` - + `` + + `` + ``; } strip.innerHTML = html;