hide tabs toolbar: Hide sidebar launcher splitter when vertical tabs are enabled

This prevents activating window resizing cursor appearing when fullscreen on linux.
This commit is contained in:
MrOtherGuy
2025-10-16 17:45:58 +03:00
parent 7880f2e9a3
commit 4ca42c4c8d

View File

@@ -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;
}