Make firefox tabs shrink rather than scroll

From razwiki
Revision as of 16:51, 9 February 2023 by Razzi (talk | contribs) (Created page with "In about:support open profile folder make a new folder called chrome put in userChrome.css <code> #tabbrowser-arrowscrollbox::part(scrollbutton-up), #tabbrowser-arrowscrol...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In about:support

open profile folder

make a new folder called chrome

put in userChrome.css

  1. tabbrowser-arrowscrollbox::part(scrollbutton-up),
  2. tabbrowser-arrowscrollbox::part(scrollbutton-down) {
   display:none !important;

}

.tabbrowser-tab {

   min-width: initial !important;

} .tab-content {

   overflow: hidden !important;

}

Set preference in about:config:

toolkit.legacyUserProfileCustomizations.stylesheets

to true