1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 19s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
SunCheng
2026-02-11 16:28:46 +08:00
parent 4e840e8e56
commit d8a7c11490

View File

@@ -175,8 +175,8 @@ onMounted(() => {
.gradient-fade {
width: 100%;
background: linear-gradient(180deg, rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 1) 50%);
padding: 12px 21px;
padding-bottom: calc(21px + env(safe-area-inset-bottom, 0px));
padding: 12px 16px;
padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
pointer-events: none;
display: flex;
align-items: flex-end;