Skip to content

Instantly share code, notes, and snippets.

@mireq
mireq / userChrome.css
Last active June 25, 2026 03:56
Compact responsive oneliner for Firefox
*|*:root:not([customizing]) {
--new-tab-height: 29px;
}
:root {
--urlbar-height: 29px; /* Set the desired height here */
}
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");