Skip to content

Commit

Permalink
Fix: spacer div should not appear in vertical tab layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ferothefox committed Jul 14, 2023
1 parent e38b826 commit f10b8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tabby-core/src/components/appRoot.component.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit f10b8c0

Please sign in to comment.