mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 03:22:52 +09: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