chore: Update zen-sidebar.css to hide the navigator toolbox when location and toolbar are hidden

This commit is contained in:
Mauro Balades
2024-08-16 22:35:45 +02:00
parent fe54849453
commit 6c90e9726f

View File

@@ -217,4 +217,7 @@
display: block;
}
}
:root:is([chromehidden~="location"], [chromehidden~="toolbar"]) #navigator-toolbox {
display: none !important;
}