Skip to content

Instantly share code, notes, and snippets.

@lomraig
lomraig / userChrome.css
Created February 13, 2026 13:30
compact firefox ui
:root {
--tab-min-height: 32px !important;
--urlbar-min-height: 32px !important;
--tab-block-margin: 4px !important
}
#PlacesToolbarItems .bookmark-item {
padding-block: 1px !important;
}