mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Merge pull request #1465 from jvabn/update-bigger-mute-button
This commit is contained in:
commit
a3f43425d8
1 changed files with 10 additions and 6 deletions
|
@ -1,10 +1,15 @@
|
|||
:root {
|
||||
--bmb-sound-icon-scale: 1.5;
|
||||
--bmb-sound-icon-scale-essentials: 1.28;
|
||||
--bmb-sound-icon-scale-essentials: 1.26;
|
||||
--bmb-sound-icon-scale-glance: 1.15;
|
||||
}
|
||||
|
||||
/* ================== General ================== */
|
||||
/* Hide firefox sound button */
|
||||
.tab-audio-button {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Tab icon overlay styles */
|
||||
.tab-icon-overlay {
|
||||
border: none !important;
|
||||
|
@ -12,7 +17,7 @@
|
|||
background-color: transparent !important;
|
||||
transition: 0.2s;
|
||||
|
||||
&:is([soundplaying], [muted], [activemedia-blocked]):not([selected]) {
|
||||
&:is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
@ -58,7 +63,7 @@
|
|||
& .tab-icon-overlay,
|
||||
& .tab-icon-stack {
|
||||
&:is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
transform: translate(20%, 24%)
|
||||
transform: translate(20%, 25%)
|
||||
scale(var(--bmb-sound-icon-scale-essentials)) !important;
|
||||
display: block !important;
|
||||
/* Remove extra margin created for vanilla icons */
|
||||
|
@ -84,8 +89,7 @@
|
|||
& .tab-icon-overlay,
|
||||
& .tab-icon-stack {
|
||||
&:is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
transform: translate(-10%, 25%)
|
||||
scale(var(--bmb-sound-icon-scale-glance)) !important;
|
||||
transform: translate(-8%, 25%) scale(var(--bmb-sound-icon-scale-glance)) !important;
|
||||
display: block !important;
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
@ -93,7 +97,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* ================== Zen glance tab (pinned and essentials) ================== */
|
||||
/* ================== Zen glance tab (pinned tabs) ================== */
|
||||
#navigator-toolbox[zen-sidebar-expanded]
|
||||
#tabbrowser-tabs
|
||||
.tabbrowser-tab[zen-glance-tab] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue