From 5e2e917a8a5f30e658d9ada4ea9758fa9ded8d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qichen=20Liu=20=E5=88=98=E5=90=AF=E8=BE=B0?= Date: Mon, 19 Jan 2026 15:13:23 +0100 Subject: [PATCH] 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 --- crates/workspace/src/welcome.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/workspace/src/welcome.rs b/crates/workspace/src/welcome.rs index 4d84f3072f87ffa3246a313cbc749ddd61287d25..071bf0826798d382329c9f6e3ced86388e4c0b3e 100644 --- a/crates/workspace/src/welcome.rs +++ b/crates/workspace/src/welcome.rs @@ -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()