This commit is contained in:
tamaina 2022-03-05 01:45:02 +09:00
parent 3677570977
commit b3f36bc7be

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;
}