summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-02-12 14:48:01 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-02-12 14:48:01 +0900
commitfd3ce321c58dfb625fe9a3aa14da9157129c7b87 (patch)
treebb4530bb76b37d02723147975540fbbfe40253c8 /packages
parentfix(client): tweak ui (diff)
downloadsharkey-fd3ce321c58dfb625fe9a3aa14da9157129c7b87.tar.gz
sharkey-fd3ce321c58dfb625fe9a3aa14da9157129c7b87.tar.bz2
sharkey-fd3ce321c58dfb625fe9a3aa14da9157129c7b87.zip
fix(client): フッターでセーフエリアを考慮するように
Diffstat (limited to 'packages')
-rw-r--r--packages/client/src/ui/universal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue
index b0dfc5aadc..e30ba11953 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;