fix(splash): hide experimental splash components
Docker Image / Quality and Bundle Budgets (push) Failing after 2m18s
Docker Image / Build and Push Docker Image (push) Has been skipped

This commit is contained in:
2026-07-09 19:07:09 +08:00
parent 738185f3ac
commit 48bdcd798d
2 changed files with 14 additions and 8 deletions
@@ -31,10 +31,7 @@
padding:
calc(var(--page-padding-y, 20px) + var(--app-safe-top, 0px))
calc(var(--page-padding-x, 26px) + var(--app-safe-right, 0px))
calc(
var(--spacing-md, 12px) + var(--app-safe-bottom, 0px) +
var(--app-bottom-nav-height, 64px)
)
calc(var(--page-padding-y, 20px) + var(--app-safe-bottom, 0px))
calc(var(--page-padding-x, 26px) + var(--app-safe-left, 0px));
}