Refactor Zen UI components and styles for improved compact mode and URL bar behavior

This commit is contained in:
mr. M
2024-12-11 17:31:02 +01:00
parent 3a9a8d4e5b
commit 735d6bf85c
5 changed files with 42 additions and 47 deletions

View File

@@ -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);