mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-04 17:06:35 +00:00
Refactor Zen UI components and styles for improved compact mode and URL bar behavior
This commit is contained in:
@@ -392,7 +392,7 @@ var gZenVerticalTabsManager = {
|
||||
navBar.append(windowButtons);
|
||||
}
|
||||
} else { // not windows styled buttons
|
||||
if (isRightSide) {
|
||||
if (isRightSide || !isSidebarExpanded) {
|
||||
navBar.prepend(windowButtons);
|
||||
} else {
|
||||
topButtons.prepend(windowButtons);
|
||||
|
Reference in New Issue
Block a user