style: Fixed compact mode styles for colllapsed toolbar, b=(no-bug), c=compact-mode, folders

This commit is contained in:
Mr. M
2025-05-10 15:09:08 +02:00
parent 826802df21
commit d788ac4ad6
2 changed files with 2 additions and 1 deletions

View File

@@ -114,6 +114,7 @@
padding: var(--zen-toolbox-padding) !important;
:root:not([zen-sidebar-expanded='true']) & {
padding: var(--zen-toolbox-padding) 0 !important;
max-width: var(--zen-sidebar-width);
}
position: relative;
background: var(--zen-dialog-background);

View File

@@ -29,7 +29,7 @@ tab-group[split-view-group] {
padding: 0 2px;
--tab-min-height: 30px;
--tab-collapsed-width: 38px;
margin: 0 4px;
margin: 2px 0;
--tab-min-width: 34px;
}