mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-11 15:10:02 +00:00
Fix: spacer div should not appear in vertical tab layout
This commit is contained in:
parent
e38b826fd6
commit
f10b8c0f35
@ -90,9 +90,9 @@ title-bar(
|
|||||||
|
|
||||||
div.window-controls-spacer(
|
div.window-controls-spacer(
|
||||||
*ngIf='config.store.appearance.frame == "thin" \
|
*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
|
.content
|
||||||
start-page.content-tab.content-tab-active(*ngIf='ready && app.tabs.length == 0')
|
start-page.content-tab.content-tab-active(*ngIf='ready && app.tabs.length == 0')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user