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