fix: alignment inconsistence

when there were no elements,
the alignment of the parent column matters
This commit is contained in:
electria 2026-06-25 21:13:13 -07:00
commit cd9e76947a
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -148,6 +148,7 @@ impl State {
)
.into(),
])
.align_x(Horizontal::Center)
.into()
}))
.spacing(15)