mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fix an issue where workspace size is 0 on non-expanded toolbar
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
:root:has(#navigator-toolbox:not([zen-expanded='true'])) &[as-button='true'] {
|
||||
:root:has(#navigator-toolbox:not([zen-has-hover='true'])) &[as-button='true'] {
|
||||
margin: auto;
|
||||
padding: var(--toolbarbutton-inner-padding) !important;
|
||||
width: calc(2 * var(--toolbarbutton-inner-padding) + 16px) !important;
|
||||
|
Reference in New Issue
Block a user