feat: add scroll top mask, unify page top spacing and docs

This commit is contained in:
2026-08-08 03:57:47 +08:00
parent 38045073b0
commit a3c3005c04
73 changed files with 1350 additions and 169 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
.profile-page {
padding: 0 32rpx 48rpx;
padding: 0 32rpx calc(220rpx + env(safe-area-inset-bottom));
min-height: 100vh;
box-sizing: border-box;
}