Fix: Clipped tabs - Reduce closed button padding #173 #179

This commit is contained in:
alstjr7375 2021-08-20 15:43:21 +09:00
parent f851df84eb
commit 82eed2af46

View file

@ -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;