mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 09:43:08 +02:00
🎨
This commit is contained in:
parent
750160909d
commit
2e3e49e575
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue