From 24e7d5926731451367ffb54da71fa903df2e6e0d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 21 May 2020 09:41:19 +0300 Subject: [PATCH] remove note about some pre Fx66 behavior --- chrome/multi-row_tabs.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;