From fd3ce321c58dfb625fe9a3aa14da9157129c7b87 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 12 Feb 2022 14:48:01 +0900 Subject: [PATCH] =?UTF-8?q?fix(client):=20=E3=83=95=E3=83=83=E3=82=BF?= =?UTF-8?q?=E3=83=BC=E3=81=A7=E3=82=BB=E3=83=BC=E3=83=95=E3=82=A8=E3=83=AA?= =?UTF-8?q?=E3=82=A2=E3=82=92=E8=80=83=E6=85=AE=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/ui/universal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index b0dfc5aad..e30ba1195 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -340,7 +340,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null; z-index: 1000; bottom: 0; left: 0; - padding: 16px; + padding: 16px 16px calc(env(safe-area-inset-bottom, 0px) + 16px) 16px; display: flex; width: 100%; box-sizing: border-box;