From b1bc3c6ed8c8953b8d5a6c3108c2e95d759f76b4 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 21 May 2021 09:58:08 +0900 Subject: [PATCH] Add: Sound Tab - Hide Label --- userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userChrome.css b/userChrome.css index 136e7f8..6afd61a 100644 --- a/userChrome.css +++ b/userChrome.css @@ -256,6 +256,11 @@ mask-image: linear-gradient(to left, black 70%, transparent) !important; } + /** Sound Tab - Hide Label **************************************************/ + .tab-secondary-label:is([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]){ + display: none !important; + } + /** Sound Tab - Show with Favicons ******************************************/ /* Makes the favicons always visible (also on hover) */ .tab-icon-image:not([pinned]){