From a216cae41182127500d78f5290a76d6397fa38e4 Mon Sep 17 00:00:00 2001 From: zoujing Date: Mon, 11 May 2026 16:24:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=84=E7=90=86=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E5=8C=BA=E5=9F=9F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 2 +- src/static/scss/padding.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index b259e9d..e8a9342 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -23,7 +23,7 @@ }, "safearea" : { "bottom" : { - "offset" : "auto" + "offset" : "none" } }, "modules" : {}, diff --git a/src/static/scss/padding.scss b/src/static/scss/padding.scss index 275bad8..9975631 100644 --- a/src/static/scss/padding.scss +++ b/src/static/scss/padding.scss @@ -316,5 +316,5 @@ } .pb-safe-area { - padding-bottom: Max(env(safe-area-inset-bottom), 12px); + padding-bottom: Max(env(safe-area-inset-bottom), 4px); }