From c6e63df5957f204fa9c89a83de936128be451da8 Mon Sep 17 00:00:00 2001 From: jvabn Date: Wed, 7 May 2025 15:23:47 -0700 Subject: [PATCH] Minor adjustment of position of glance tab sound icon --- themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css b/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css index 6ca691cd..5d47960b 100644 --- a/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css +++ b/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css @@ -108,7 +108,7 @@ & .tab-icon-overlay { &:is([soundplaying], [muted], [activemedia-blocked]) { margin: 0px !important; - transform: translate(-30%, 25%) scale(var(--bmb-sound-icon-scale-glance)) !important; + transform: translate(-35%, 25%) scale(var(--bmb-sound-icon-scale-glance)) !important; display: block !important; } }