Merge branch 'spacer-safe' into fix-msg-room

This commit is contained in:
tamaina 2022-03-05 01:45:11 +09:00
commit 3f73244ddd

View File

@ -53,7 +53,7 @@ onMounted(() => {
}
@media (max-width: 500px) {
bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
bottom: calc(env(safe-area-inset-bottom, 0px) + 92px);
padding: 0 8px;
}