Fix: spacer div doesn't need full height

This commit is contained in:
Evan / Fero 2023-07-14 12:14:05 -07:00
parent 4edc0be280
commit d2bdb55c6d

View File

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