fix: Fixed toolbar bg not showing until hover, b=closes #10595, c=compact-mode, workspaces

This commit is contained in:
mr. m
2025-09-28 13:44:14 +02:00
parent 47181da49e
commit 3146ec1c3b
2 changed files with 7 additions and 3 deletions

View File

@@ -322,6 +322,9 @@
}
& #zen-appcontent-navbar-wrapper {
& .zen-toolbar-background {
display: flex;
}
--zen-compact-toolbar-offset: 5px;
position: absolute;
top: calc(-1 * var(--zen-toolbar-height) + 1px);
@@ -360,9 +363,6 @@
) {
& #zen-appcontent-navbar-container {
visibility: visible !important;
& .zen-toolbar-background {
display: flex;
}
}
border-top-width: 0px;

View File

@@ -48,6 +48,10 @@
&:is(img) {
padding: 6px;
:root:not([zen-sidebar-expanded='true']) & {
padding: 10px;
}
}
&[no-icon='true'] {