mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 21:29:56 +01:00
feat(layout/formatting_toolbar): move above sidebar
This commit is contained in:
@@ -130,6 +130,7 @@ export default class DesktopLayout {
|
|||||||
.child(new TabRowWidget())
|
.child(new TabRowWidget())
|
||||||
.optChild(customTitleBarButtons, <TitleBarButtons />)
|
.optChild(customTitleBarButtons, <TitleBarButtons />)
|
||||||
.css("height", "40px"))
|
.css("height", "40px"))
|
||||||
|
.optChild(isNewLayout, <FixedFormattingToolbar />)
|
||||||
.child(
|
.child(
|
||||||
new FlexContainer("row")
|
new FlexContainer("row")
|
||||||
.filling()
|
.filling()
|
||||||
@@ -140,7 +141,6 @@ export default class DesktopLayout {
|
|||||||
.filling()
|
.filling()
|
||||||
.collapsible()
|
.collapsible()
|
||||||
.id("center-pane")
|
.id("center-pane")
|
||||||
.optChild(isNewLayout, <FixedFormattingToolbar />)
|
|
||||||
.child(
|
.child(
|
||||||
new SplitNoteContainer(() =>
|
new SplitNoteContainer(() =>
|
||||||
new NoteWrapperWidget()
|
new NoteWrapperWidget()
|
||||||
|
|||||||
Reference in New Issue
Block a user