mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 22:40:55 -08:00
parent
f851df84eb
commit
82eed2af46
1 changed files with 11 additions and 0 deletions
|
|
@ -994,6 +994,17 @@
|
|||
visibility: collapse !important;
|
||||
}
|
||||
|
||||
/* Closed Button Smaller */
|
||||
#tabbrowser-tabs[closebuttons="activetab"] .tab-content > .tab-close-button {
|
||||
padding: 5px !important; /* Original: 7px */
|
||||
width: 20px !important; /* Original: 24px */
|
||||
height: 20px !important; /* Original: 24px */
|
||||
}
|
||||
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not(:hover) > .tab-stack > .tab-content > .tab-close-button {
|
||||
padding-inline-start: 2px !important; /* Original: 0px */
|
||||
width: 17px !important; /* Redefine from 20px !important, Original: 17px = (width - padding) */
|
||||
}
|
||||
|
||||
/** Sound Tab - Hide Label **************************************************/
|
||||
.tab-secondary-label:is([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]){
|
||||
display: none !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue