Skip to content

Instantly share code, notes, and snippets.

@nathandaven
nathandaven / userChrome.css
Last active August 31, 2021 00:33
My userChrome for Firefox 91+, requires compact mode enabled in about:config and custom firefox css enabled
/* Nathan's minimal one-line user chrome for Firefox 91+ */
.tabbrowser-tab[fadein]:not([pinned]) {
max-width: 90% !important;
overflow: hidden !important;
}
.tab-context-line {
display: none;
}