Skip to content

Instantly share code, notes, and snippets.

@GaussianWonder
Created July 21, 2022 10:46
Show Gist options
  • Save GaussianWonder/2bf662722e1bb581f291e8dfd1ec2cce to your computer and use it in GitHub Desktop.
Save GaussianWonder/2bf662722e1bb581f291e8dfd1ec2cce to your computer and use it in GitHub Desktop.
Smaller and tighter firefox tabs, similar to how chrome/edge renders them.
.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