feat(layout): button to toggle right pane on vertical layout
Some checks are pending
Checks / main (push) Waiting to run

This commit is contained in:
Elian Doran 2025-12-19 21:20:36 +02:00
parent 06ad0bfa90
commit 45dd47d039
No known key found for this signature in database

View File

@ -118,8 +118,11 @@ export default class DesktopLayout {
new FlexContainer("row")
.child(<TabHistoryNavigationButtons />)
.child(new TabRowWidget())
.optChild(isNewLayout, <RightPaneToggle />)
.optChild(customTitleBarButtons, <TitleBarButtons />)
.css("height", "40px"))
.css("height", "40px")
.css("align-items", "center")
)
.optChild(isNewLayout, <FixedFormattingToolbar />)
.child(
new FlexContainer("row")