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())
.optChild(customTitleBarButtons, <TitleBarButtons />)
.css("height", "40px"))
.optChild(isNewLayout, <FixedFormattingToolbar />)
.child(
new FlexContainer("row")
.filling()
@@ -140,7 +141,6 @@ export default class DesktopLayout {
.filling()
.collapsible()
.id("center-pane")
.optChild(isNewLayout, <FixedFormattingToolbar />)
.child(
new SplitNoteContainer(() =>
new NoteWrapperWidget()