mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-28 09:21:32 +00:00
Update ZenUIManager and vertical-tabs.css to exclude toolbarspring and adjust button placements
This commit is contained in:
@@ -315,7 +315,7 @@ var gZenVerticalTabsManager = {
|
||||
if (isSingleToolbar) {
|
||||
this._navbarParent = navBar.parentElement;
|
||||
let elements = document.querySelectorAll(
|
||||
'#nav-bar-customization-target > :is([cui-areatype="toolbar"], .chromeclass-toolbar-additional):not(#urlbar-container)'
|
||||
'#nav-bar-customization-target > :is([cui-areatype="toolbar"], .chromeclass-toolbar-additional):not(#urlbar-container):not(toolbarspring)'
|
||||
);
|
||||
elements = Array.from(elements).reverse();
|
||||
// Add separator if it doesn't exist
|
||||
|
||||
@@ -102,6 +102,10 @@
|
||||
|
||||
& #nav-bar {
|
||||
margin-bottom: 6px;
|
||||
|
||||
& toolbarspring {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
& #zen-sidebar-top-buttons {
|
||||
|
||||
Reference in New Issue
Block a user