mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
style(next): fix tab height on horizontal layout
This commit is contained in:
@@ -101,7 +101,7 @@ export default class DesktopLayout {
|
|||||||
.optChild(launcherPaneIsHorizontal, new FlexContainer('row')
|
.optChild(launcherPaneIsHorizontal, new FlexContainer('row')
|
||||||
.child(new TabRowWidget().class("full-width"))
|
.child(new TabRowWidget().class("full-width"))
|
||||||
.child(new TitleBarButtonsWidget())
|
.child(new TitleBarButtonsWidget())
|
||||||
.css('height', '40px')
|
.css('height', '50px')
|
||||||
.css('background-color', 'var(--launcher-pane-background-color)')
|
.css('background-color', 'var(--launcher-pane-background-color)')
|
||||||
.setParent(appContext)
|
.setParent(appContext)
|
||||||
)
|
)
|
||||||
@@ -120,7 +120,7 @@ export default class DesktopLayout {
|
|||||||
.optChild(!launcherPaneIsHorizontal, new FlexContainer('row')
|
.optChild(!launcherPaneIsHorizontal, new FlexContainer('row')
|
||||||
.child(new TabRowWidget())
|
.child(new TabRowWidget())
|
||||||
.child(new TitleBarButtonsWidget())
|
.child(new TitleBarButtonsWidget())
|
||||||
.css('height', '40px')
|
.css('height', '50px')
|
||||||
)
|
)
|
||||||
.child(new FlexContainer('row')
|
.child(new FlexContainer('row')
|
||||||
.filling()
|
.filling()
|
||||||
|
|||||||
Reference in New Issue
Block a user