mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
remove note about some pre Fx66 behavior
This commit is contained in:
parent
4f94dbbc82
commit
24e7d59267
1 changed files with 2 additions and 3 deletions
|
@ -2,11 +2,10 @@
|
|||
/* Tab reordering will not work and can't be made to work */
|
||||
/* You can use multi-row_tabs_window_control_patch.css to move window controls to nav-bar*/
|
||||
|
||||
/* It's recommended to move tabs new-tab-button outside tabs toolbar */
|
||||
/* You might want to move tabs-new-tab-button outside tabs toolbar for smoother behavior */
|
||||
|
||||
/* Change the --multirow-n-rows to change maximum number of rows before the rows will start to scroll */
|
||||
/* 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-n-rows: 3;
|
||||
--multirow-tab-min-width: 100px;
|
||||
|
|
Loading…
Reference in a new issue