mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-04 08:56:34 +00:00
Disable single toolbar mode and adjust UI margins for improved layout consistency
This commit is contained in:
@@ -121,7 +121,7 @@ pref('zen.view.sidebar-height-throttle', 200); // in ms
|
||||
pref('zen.view.sidebar-expanded.max-width', 400);
|
||||
|
||||
pref('zen.view.show-bottom-border', false);
|
||||
pref('zen.view.use-single-toolbar', true);
|
||||
pref('zen.view.use-single-toolbar', false, locked);
|
||||
|
||||
#ifndef XP_MACOSX
|
||||
pref('zen.view.hide-window-controls', true);
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -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 {
|
||||
|
@@ -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 > * {
|
||||
|
Reference in New Issue
Block a user