feat: Restore top toolbar compact mode, b=no-bug, c=tabs, compact-mode, common

This commit is contained in:
Mr. M
2025-10-07 01:06:16 +02:00
parent d0fb8aea03
commit 9f42abf789
16 changed files with 481 additions and 285 deletions

View File

@@ -311,3 +311,10 @@
opacity: 1;
}
}
#zen-appcontent-navbar-wrapper #zen-sidebar-top-buttons {
max-width: fit-content;
:root[zen-right-side='true'] & {
order: 999;
}
}

View File

@@ -210,6 +210,10 @@
--zen-workspace-indicator-height: 46px;
&:not([zen-sidebar-expanded='true']) {
--zen-workspace-indicator-height: 38px;
}
--toolbar-field-color: var(--toolbox-textcolor) !important;
&[zen-private-window='true'] {