From 4ca42c4c8d55f0c812869fbe34acdc82fa2e1ffd Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 16 Oct 2025 17:45:58 +0300 Subject: [PATCH] hide tabs toolbar: Hide sidebar launcher splitter when vertical tabs are enabled This prevents activating window resizing cursor appearing when fullscreen on linux. --- chrome/hide_tabs_toolbar_v2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/hide_tabs_toolbar_v2.css b/chrome/hide_tabs_toolbar_v2.css index b91a04c..314a636 100644 --- a/chrome/hide_tabs_toolbar_v2.css +++ b/chrome/hide_tabs_toolbar_v2.css @@ -5,6 +5,7 @@ See the above repository for updates as well as full license text. */ @media (-moz-bool-pref: "sidebar.verticalTabs"), -moz-pref("sidebar.verticalTabs"){ + #sidebar-launcher-splitter, #sidebar-main{ visibility: collapse; }