Created
August 25, 2018 18:49
-
-
Save lattice0/ea82c9743fa340bfe46874404233906f to your computer and use it in GitHub Desktop.
firefox multirow
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
| /* Multi row tabs */ | |
| .tabbrowser-tab:not([pinned]) { | |
| flex-grow:1 !important; | |
| min-width:100px !important; | |
| } | |
| #tabbrowser-tabs .scrollbox-innerbox { | |
| display: flex !important; | |
| flex-wrap: wrap !important; | |
| } | |
| #tabbrowser-tabs .arrowscrollbox-scrollbox { | |
| overflow: visible !important; | |
| display: block !important; | |
| } | |
| .tab-stack { | |
| width: 100%; | |
| height: 100% | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment