Browse Source

Fix: spacer div doesn't need full height

Evan / Fero 2 years ago
parent
commit
d2bdb55c6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tabby-core/src/components/appRoot.component.pug

+ 1 - 1
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')