mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
fix(client): title bar buttons on horizontal layout
This commit is contained in:
parent
a207fd523a
commit
e49f4c3e42
@ -100,7 +100,9 @@ export default class DesktopLayout {
|
||||
.setParent(appContext)
|
||||
.optChild(launcherPaneIsHorizontal, new FlexContainer('row')
|
||||
.child(new TabRowWidget().class("full-width"))
|
||||
.child(new TitleBarButtonsWidget())
|
||||
.css('height', '40px')
|
||||
.css('background-color', 'var(--launcher-pane-background-color)')
|
||||
.setParent(appContext)
|
||||
)
|
||||
.optChild(launcherPaneIsHorizontal, launcherPane)
|
||||
|
Loading…
x
Reference in New Issue
Block a user