From f10b8c0f3539e46a364f147fa1eec4b8fdc98c76 Mon Sep 17 00:00:00 2001 From: Evan / Fero Date: Fri, 14 Jul 2023 12:04:32 -0700 Subject: [PATCH] Fix: spacer div should not appear in vertical tab layout --- tabby-core/src/components/appRoot.component.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tabby-core/src/components/appRoot.component.pug b/tabby-core/src/components/appRoot.component.pug index 3ac5126e..7d0c4fa1 100644 --- a/tabby-core/src/components/appRoot.component.pug +++ b/tabby-core/src/components/appRoot.component.pug @@ -90,9 +90,9 @@ title-bar( div.window-controls-spacer( *ngIf='config.store.appearance.frame == "thin" \ - && (hostApp.platform == Platform.Windows)', + && (hostApp.platform == Platform.Windows) \ + && (config.store.appearance.tabsLocation == "left" || config.store.appearance.tabsLocation == "right")', ) - .content start-page.content-tab.content-tab-active(*ngIf='ready && app.tabs.length == 0')