Skip to content

Instantly share code, notes, and snippets.

@diegov
Created June 28, 2021 09:45
Show Gist options
  • Save diegov/e0f56cc6153f825e9e6623a174ad1516 to your computer and use it in GitHub Desktop.
Save diegov/e0f56cc6153f825e9e6623a174ad1516 to your computer and use it in GitHub Desktop.
Firefox Proton quick tab fix
.tab-background {
margin-top: 1px !important;
margin-bottom: 1px !important;
border-radius: 0 !important;
}
.tabbrowser-tab {
padding: 0 !important;
}
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
:root {
--tab-toolbar-navbar-overlap: 0px !important;
--tab-min-height: 2.5em !important;
}
:root #tabbrowser-tabs {
--tab-min-height: 2.5em !important;
}
#TabsToolbar {
height: var(--tab-min-height) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment