diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index 9f9044756..f7df0d30a 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -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); diff --git a/src/browser/base/content/zen-styles/zen-browser-ui.css b/src/browser/base/content/zen-styles/zen-browser-ui.css index 223a31775..27809e526 100644 --- a/src/browser/base/content/zen-styles/zen-browser-ui.css +++ b/src/browser/base/content/zen-styles/zen-browser-ui.css @@ -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; } } diff --git a/src/browser/base/content/zen-styles/zen-glance.css b/src/browser/base/content/zen-styles/zen-glance.css index 203ad53da..2ec5956ff 100644 --- a/src/browser/base/content/zen-styles/zen-glance.css +++ b/src/browser/base/content/zen-styles/zen-glance.css @@ -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 { diff --git a/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css b/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css index 62239003f..c8eecc8ba 100644 --- a/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css +++ b/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css @@ -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 > * {