mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
fix(client): フッターでセーフエリアを考慮するように
This commit is contained in:
parent
901cbbe763
commit
2d55d36e19
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user