style: update H5 global background, add noise overlay, and adjust login layout

This commit is contained in:
2026-06-02 18:03:27 +08:00
parent 31737286b9
commit 451cc3984a
3 changed files with 18 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ async function submit() {
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding: 34vh 20px max(28px, env(safe-area-inset-bottom));
padding: 34vh 20px calc(15vh + max(28px, env(safe-area-inset-bottom)));
background-color: var(--tertiary);
background-size: cover;
background-position: center top;