1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-25 19:17:39 +03:00

Fix: formatting err

This commit is contained in:
Evan / Fero 2023-07-14 12:27:35 -07:00
parent 539c213ef6
commit 9c863762c3

View File

@ -89,9 +89,7 @@ title-bar(
)
div.window-controls-spacer(
*ngIf='config.store.appearance.frame == "thin" \
&& (hostApp.platform == Platform.Windows) \
&& (config.store.appearance.tabsLocation !== "bottom"',
*ngIf='config.store.appearance.frame == "thin" && (hostApp.platform == Platform.Windows) && (config.store.appearance.tabsLocation !== "bottom")',
)
.content
start-page.content-tab.content-tab-active(*ngIf='ready && app.tabs.length == 0')