Source code

Revision control

Copy as Markdown

Other Tools

/*
Overlay this style rule at tart/chrome.manifest (but it seems to regress tab perf):
*/
/* Prevent overflow while adding many tabs */
.tabbrowser-tab[fadein]:not([pinned]) {
min-width: 1px !important;
}