diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-02-12 14:48:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-02-12 14:48:01 +0900 |
| commit | fd3ce321c58dfb625fe9a3aa14da9157129c7b87 (patch) | |
| tree | bb4530bb76b37d02723147975540fbbfe40253c8 /packages/client/src/ui | |
| parent | fix(client): tweak ui (diff) | |
| download | sharkey-fd3ce321c58dfb625fe9a3aa14da9157129c7b87.tar.gz sharkey-fd3ce321c58dfb625fe9a3aa14da9157129c7b87.tar.bz2 sharkey-fd3ce321c58dfb625fe9a3aa14da9157129c7b87.zip | |
fix(client): フッターでセーフエリアを考慮するように
Diffstat (limited to 'packages/client/src/ui')
| -rw-r--r-- | packages/client/src/ui/universal.vue | 2 |
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; |