Created
July 21, 2022 10:46
-
-
Save GaussianWonder/2bf662722e1bb581f291e8dfd1ec2cce to your computer and use it in GitHub Desktop.
Smaller and tighter firefox tabs, similar to how chrome/edge renders them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.tab-background { | |
border-radius: 10px 10px 0 0 !important; | |
margin-bottom: 0px !important; | |
} | |
.tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background { | |
background-color: color-mix(in srgb, currentColor 5%, transparent); | |
} | |
.tabbrowser-tab { | |
padding: 0px !important; | |
max-height: 5px !important; | |
} | |
menupopup>menu, | |
menupopup>menuitem { | |
padding-block: 2px !important; | |
} | |
:root { | |
--arrowpanel-menuitem-padding: 2px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment