Last active
February 6, 2019 14:00
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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; } | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To find your firefox profile directory see:
https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-profile