fix(friendly): Fix location error of notification while typing message

This commit is contained in:
NoriDev 2022-09-14 16:35:19 +09:00
parent 9570090daf
commit c7e068aef0

View file

@ -351,12 +351,12 @@ definePageMetadata(computed(() => !fetching ? user ? {
bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
&.friendly {
padding-top: 64px;
margin-top: 64px;
bottom: calc(env(safe-area-inset-bottom, 0px) + 45px);
}
&.friendly-not-mobile {
padding-top: 8px;
margin-top: 8px;
bottom: 0;
}