Add theme: Hide tab mute

This commit is contained in:
Tc-001 2024-08-21 18:12:50 +00:00 committed by GitHub
parent d79903e3ea
commit 2f8ec23630
4 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,6 @@
@media not (-moz-bool-pref: "zen.view.sidebar-expanded") {
.tab-icon-overlay:is([soundplaying], [muted], [activemedia-blocked]) {
display: none !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

View file

@ -0,0 +1,3 @@
Hides the "Mute"/"Unmute" button if the sidebar is collapsed.
This is useful if you want to click on or rearrange the tabs but instead keep accidentally muting your video/livestream/song.

View file

@ -0,0 +1 @@
{"id": "053a3ffa-9233-4554-88f3-076e6a6ebb43", "name": "Hide tab mute", "description": "Hides the mute/unmute button when the sidebar is collapsed to make clicking on tabs easier.", "homepage": "", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/image.png", "author": "Tc-001"}