mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 21:04:24 +01:00
chore(layout/title): remove spacer
This commit is contained in:
parent
3549bfb328
commit
fcbd1ab0b1
@ -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 />)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user