mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-04 17:06:35 +00:00
fix: streamline window button positioning and enhance CSS for zen UI layout
This commit is contained in:
@@ -391,12 +391,8 @@ var gZenVerticalTabsManager = {
|
||||
} else {
|
||||
navBar.append(windowButtons);
|
||||
}
|
||||
} else {
|
||||
if (isRightSide) {
|
||||
appContentNavbarContaienr.appendChild(windowButtons);
|
||||
} else {
|
||||
topButtons.prepend(windowButtons);
|
||||
}
|
||||
} else { // not windows styled buttons
|
||||
navBar.appendChild(windowButtons);
|
||||
}
|
||||
} else if (!isSingleToolbar && isCompactMode) {
|
||||
navBar.appendChild(windowButtons);
|
||||
|
Reference in New Issue
Block a user