From d2bdb55c6dae37a8f28a32c5e034b5711e37dec0 Mon Sep 17 00:00:00 2001 From: Evan / Fero Date: Fri, 14 Jul 2023 12:14:05 -0700 Subject: [PATCH] Fix: spacer div doesn't need full height --- tabby-core/src/components/appRoot.component.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-core/src/components/appRoot.component.pug b/tabby-core/src/components/appRoot.component.pug index 745bb7d1..3da7e6d0 100644 --- a/tabby-core/src/components/appRoot.component.pug +++ b/tabby-core/src/components/appRoot.component.pug @@ -91,7 +91,7 @@ title-bar( div.window-controls-spacer( *ngIf='config.store.appearance.frame == "thin" \ && (hostApp.platform == Platform.Windows) \ - && (config.store.appearance.tabsLocation !== "left" || config.store.appearance.tabsLocation !== "right")', + && (config.store.appearance.tabsLocation !== "bottom"', ) .content start-page.content-tab.content-tab-active(*ngIf='ready && app.tabs.length == 0')