Skip to content

Instantly share code, notes, and snippets.

@mireq
mireq / userChrome.css
Last active October 19, 2023 11:59
Compact responsive oneliner for Firefox
*|*:root:not([customizing]) {
--new-tab-height: 29px;
}
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
*|*:root:not([customizing]) .tabbrowser-tab {
min-height: var(--new-tab-height) !important;
}