diff --git a/chrome/multi-row_tabs.css b/chrome/multi-row_tabs.css index 210ebae..ad8ee3e 100644 --- a/chrome/multi-row_tabs.css +++ b/chrome/multi-row_tabs.css @@ -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;