mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update zen-sidebar.css to hide the navigator toolbox when location and toolbar are hidden
This commit is contained in:
@@ -217,4 +217,7 @@
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
:root:is([chromehidden~="location"], [chromehidden~="toolbar"]) #navigator-toolbox {
|
||||
display: none !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user