Add readme back in since it was accidentally removed
This commit is contained in:
parent
51da696a93
commit
15f569f875
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
/* Makes tabs to appear on multiple lines below the web content */
|
||||
/* Tab reordering will not work and can't be made to work */
|
||||
|
||||
/* It's recommended to move tabs new-tab-button outside tabs toolbar */
|
||||
|
||||
/* Change the --multirow-n-rows to change maximum number of rows before the rows will start to scroll */
|
||||
/* Scrollbar can't be clicked but the rows can be scrolled with mouse */
|
||||
/* This maximum visible rows won't work before Fx66 */
|
||||
/* So this setting does nothing on Fx65 and all tab rows will be shown */
|
||||
|
||||
:root{
|
||||
--multirow-toolbar-height: 40px;
|
||||
--multirow-top-padding: 0px;
|
||||
|
|
Loading…
Reference in a new issue