Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Jan 2, 2023
1 parent 7501609 commit 2e3e49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/ui/universal.vue
Expand Up @@ -285,7 +285,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
z-index: 1000;
bottom: 0;
left: 0;
padding: 12px 12px calc(env(safe-area-inset-bottom, 0px) + 8px) 12px;
padding: 12px 12px max(12px, calc(env(safe-area-inset-bottom, 0px) + 8px)) 12px;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 8px;
Expand Down

0 comments on commit 2e3e49e

Please sign in to comment.