Skip to content

Instantly share code, notes, and snippets.

@ChieftainY2k
Last active February 6, 2019 14:00
Show Gist options
  • Select an option

  • Save ChieftainY2k/8e7a6b8fa9f32a053dfd20b2cd5e24d8 to your computer and use it in GitHub Desktop.

Select an option

Save ChieftainY2k/8e7a6b8fa9f32a053dfd20b2cd5e24d8 to your computer and use it in GitHub Desktop.
Multi-row tabs for Firefox 65, save this file as "YOUR_FIREFOX_PROFILE_DIRECTORY\chrome\userChrome.css" , then restart firefox.
.tabbrowser-tab:not([pinned]) { flex-grow:1; min-width:150px; }
.tabbrowser-tab,.tab-background { height:35px; }
.tab-stack { width: 100%; }
#tabbrowser-tabs .scrollbox-innerbox { display: flex; flex-wrap: wrap; }
#tabbrowser-tabs .arrowscrollbox-scrollbox { overflow: visible; display: block; }
#main-window[sizemode=“maximized”] #TabsToolbar{ margin-left:var(–tab-min-height); }
#tabbrowser-tabs .scrollbutton-up,#tabbrowser-tabs .scrollbutton-down,#alltabs-button,.tabbrowser-tab:not([fadein]){ display: none; }
@ChieftainY2k
Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment