workspace: Improve the welcome and launchpad pages UI (#47072)

Closes #47069

Release Notes:

- N/A

We can add something like `pb_40()` if the launchpad is supposed to be
up a bit rather centered
This commit is contained in:
Qichen Liu 刘启辰 2026-01-19 15:13:23 +01:00 committed by GitHub
parent 36873662cf
commit 5e2e917a8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -376,11 +376,11 @@ impl Render for WelcomePage {
.relative()
.size_full()
.px_12()
.py_40()
.max_w(px(1100.))
.child(
v_flex()
.size_full()
.flex_1()
.justify_center()
.max_w_128()
.mx_auto()
.gap_6()