chore(layout/title): remove spacer

This commit is contained in:
Elian Doran
2025-12-13 10:44:33 +02:00
parent 3549bfb328
commit fcbd1ab0b1

View File

@@ -86,7 +86,7 @@ export default class DesktopLayout {
.child(<NoteIconWidget />)
.child(<NoteTitleWidget />)
.optChild(isNewLayout, <BreadcrumbBadges />)
.child(<SpacerWidget baseSize={0} growthFactor={1} />)
.optChild(!isNewLayout, <SpacerWidget baseSize={0} growthFactor={1} />)
.child(<MovePaneButton direction="left" />)
.child(<MovePaneButton direction="right" />)
.child(<ClosePaneButton />)