mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
8 lines
219 B
CSS
8 lines
219 B
CSS
@media not (-moz-bool-pref: "zen.view.sidebar-expanded") {
|
|
.tab-icon-overlay:is([soundplaying], [muted], [activemedia-blocked]) {
|
|
display: none !important;
|
|
}
|
|
.tab-icon-image {
|
|
opacity: 1 !important;
|
|
}
|
|
}
|