fix(splash): hide experimental splash components
Docker Image / Build and Push Docker Image (push) Successful in 1m50s

This commit is contained in:
2026-07-09 19:07:09 +08:00
parent 563022a487
commit b6cb23c33b
2 changed files with 19 additions and 15 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));
}