mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 22:34:23 +01:00
feat(layout): button to toggle right pane on vertical layout
Some checks are pending
Checks / main (push) Waiting to run
Some checks are pending
Checks / main (push) Waiting to run
This commit is contained in:
parent
06ad0bfa90
commit
45dd47d039
@ -118,8 +118,11 @@ export default class DesktopLayout {
|
|||||||
new FlexContainer("row")
|
new FlexContainer("row")
|
||||||
.child(<TabHistoryNavigationButtons />)
|
.child(<TabHistoryNavigationButtons />)
|
||||||
.child(new TabRowWidget())
|
.child(new TabRowWidget())
|
||||||
|
.optChild(isNewLayout, <RightPaneToggle />)
|
||||||
.optChild(customTitleBarButtons, <TitleBarButtons />)
|
.optChild(customTitleBarButtons, <TitleBarButtons />)
|
||||||
.css("height", "40px"))
|
.css("height", "40px")
|
||||||
|
.css("align-items", "center")
|
||||||
|
)
|
||||||
.optChild(isNewLayout, <FixedFormattingToolbar />)
|
.optChild(isNewLayout, <FixedFormattingToolbar />)
|
||||||
.child(
|
.child(
|
||||||
new FlexContainer("row")
|
new FlexContainer("row")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user