Skip to content

Instantly share code, notes, and snippets.

@SammysHP
SammysHP / userChrome.css
Created January 6, 2018 19:46
[WIP] userChrome.css
@namespace "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
/* BEGIN Compact theme variables */
[uidensity="compact"]:root {
--tab-line-color: transparent !important;
--tab-min-height: 18px !important;
--nav-min-height: 18px !important;
--newtab-margin: -3px 0 -3px -3px !important;
}
/* END Compact theme variables */