Disable single toolbar mode and adjust UI margins for improved layout consistency

This commit is contained in:
mr. M
2024-11-26 19:29:24 +01:00
parent 351b942860
commit d06b0c0b69
4 changed files with 4 additions and 6 deletions

View File

@@ -78,13 +78,13 @@
}
:root:not([inDOMFullscreen='true']):not([chromehidden~='location']):not([chromehidden~='toolbar']) {
& #zen-appcontent-wrapper {
& #zen-tabbox-wrapper {
margin: var(--zen-element-separation);
margin-left: 0;
margin-top: 0;
}
&[zen-right-side='true'] #zen-appcontent-wrapper {
&[zen-right-side='true'] #zen-tabbox-wrapper {
margin-right: 0;
}
}

View File

@@ -31,8 +31,7 @@
animation: zen-glance-content-animation-out .5s ease-in-out forwards !important;
& browser {
opacity: 0;
transition: opacity .3s ease-in-out;
opacity: 1 !important;
}
& #zen-glance-sidebar-container {

View File

@@ -28,7 +28,6 @@
:root:not([zen-window-buttons-reversed='true']) .titlebar-buttonbox-container {
margin-left: auto;
width: fit-content;
margin-right: var(--zen-element-separation);
}
#TabsToolbar > * {