remove note about some pre Fx66 behavior

This commit is contained in:
MrOtherGuy 2020-05-21 09:41:19 +03:00
parent 4f94dbbc82
commit 24e7d59267

View file

@ -2,11 +2,10 @@
/* Tab reordering will not work and can't be made to work */ /* 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*/ /* 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 */ /* 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{ :root{
--multirow-n-rows: 3; --multirow-n-rows: 3;
--multirow-tab-min-width: 100px; --multirow-tab-min-width: 100px;