chore: Update ZenUIManager and Zen browser theme

This commit is contained in:
Mauro Balades
2024-08-05 11:37:37 +02:00
parent 3e17c3c1e2
commit 9968d550ae

View File

@@ -222,6 +222,12 @@ button.popup-notification-dropmarker {
#navigator-toolbox {
min-width: 55px;
max-width: 55px;
margin-top: 0 !important; /* Issue #156 */
}
:root[inFullscreen="true"] #navigator-toolbox {
display: none;
}
#zen-tabbox-wrapper:has(#zen-sidebar-splitter:not([state="dragging"])) #navigator-toolbox {