Add: Sound Tab - Hide Label

This commit is contained in:
alstjr7375 2021-05-21 09:58:08 +09:00
parent 7cef7167ee
commit b1bc3c6ed8

View file

@ -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]){