mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 17:28:06 +00:00
fixed #816
This commit is contained in:
parent
b01a2e42fb
commit
8c3d2531dc
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,7 @@ title-bar(
|
|||
.content(
|
||||
[class.tabs-on-top]='config.store.appearance.tabsLocation == "top"'
|
||||
)
|
||||
.tab-bar(
|
||||
*ngIf='!hostApp.isFullScreen',
|
||||
)
|
||||
.tab-bar
|
||||
.inset.background(*ngIf='hostApp.platform == Platform.macOS && config.store.appearance.frame == "thin" && config.store.appearance.tabsLocation == "top"')
|
||||
.tabs(
|
||||
dnd-sortable-container,
|
||||
|
|
Loading…
Reference in a new issue