feat(layout/formatting_toolbar): move above sidebar

This commit is contained in:
Elian Doran
2025-12-13 16:35:48 +02:00
parent b56e5b2483
commit f93ad499e2

View File

@@ -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()