mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 15:44:20 +00:00
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:
parent
36873662cf
commit
5e2e917a8a
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue