mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Hide tab mute
This commit is contained in:
parent
d79903e3ea
commit
2f8ec23630
4 changed files with 10 additions and 0 deletions
6
themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css
Normal file
6
themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/image.png
Normal file
BIN
themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 363 KiB |
3
themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md
Normal file
3
themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md
Normal 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.
|
1
themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/theme.json
Normal file
1
themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/theme.json
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue