chore: Update zen-sidebar.css to hide sidebar when not expanded

This commit is contained in:
Mauro Balades
2024-07-20 17:20:34 +02:00
parent c2866e0b26
commit c14191847f

View File

@@ -199,6 +199,12 @@
}
}
@media not (-moz-bool-pref: "zen.view.sidebar-expanded") {
#navigator-toolbox {
width: 0 !important;
}
}
@media (-moz-bool-pref: "zen.view.sidebar-expanded.show-button") {
#zen-expand-sidebar-button {
display: block;