From bb6e9b53447d44bf288be562778434f6fcba0a21 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Wed, 8 Sep 2021 08:10:33 +0900 Subject: [PATCH] Fix: Sound Tab - Not large at busy --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 13e8812..57d5367 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1346,7 +1346,7 @@ margin-inline-end: 5.5px !important; padding: 2px 0 !important; } - .tabbrowser-tab:not([image]) + .tabbrowser-tab:not([image], [busy]) .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) { box-sizing: content-box; padding: 3px 0;