mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-09 17:52:32 +08:00
style(next): fix tab height on horizontal layout
This commit is contained in:
parent
8988d93ff0
commit
6e90b5c6a0
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user