mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-29 09:18:26 +03:00
Fix: wrong condition for spacer div
This commit is contained in:
parent
f10b8c0f35
commit
4edc0be280
@ -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 !== "left" || config.store.appearance.tabsLocation !== "right")',
|
||||
)
|
||||
.content
|
||||
start-page.content-tab.content-tab-active(*ngIf='ready && app.tabs.length == 0')
|
||||
|
Loading…
Reference in New Issue
Block a user