mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-04 17:06:35 +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.sidebar-expanded.max-width', 400);
|
||||||
|
|
||||||
pref('zen.view.show-bottom-border', false);
|
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
|
#ifndef XP_MACOSX
|
||||||
pref('zen.view.hide-window-controls', true);
|
pref('zen.view.hide-window-controls', true);
|
||||||
|
@@ -78,13 +78,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root:not([inDOMFullscreen='true']):not([chromehidden~='location']):not([chromehidden~='toolbar']) {
|
:root:not([inDOMFullscreen='true']):not([chromehidden~='location']):not([chromehidden~='toolbar']) {
|
||||||
& #zen-appcontent-wrapper {
|
& #zen-tabbox-wrapper {
|
||||||
margin: var(--zen-element-separation);
|
margin: var(--zen-element-separation);
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[zen-right-side='true'] #zen-appcontent-wrapper {
|
&[zen-right-side='true'] #zen-tabbox-wrapper {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -31,8 +31,7 @@
|
|||||||
animation: zen-glance-content-animation-out .5s ease-in-out forwards !important;
|
animation: zen-glance-content-animation-out .5s ease-in-out forwards !important;
|
||||||
|
|
||||||
& browser {
|
& browser {
|
||||||
opacity: 0;
|
opacity: 1 !important;
|
||||||
transition: opacity .3s ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& #zen-glance-sidebar-container {
|
& #zen-glance-sidebar-container {
|
||||||
|
@@ -28,7 +28,6 @@
|
|||||||
:root:not([zen-window-buttons-reversed='true']) .titlebar-buttonbox-container {
|
:root:not([zen-window-buttons-reversed='true']) .titlebar-buttonbox-container {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin-right: var(--zen-element-separation);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar > * {
|
#TabsToolbar > * {
|
||||||
|
Reference in New Issue
Block a user