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

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