fix(friendly): Slight adjustment of chat field position

This commit is contained in:
NoriDev 2022-09-08 00:40:08 +09:00
parent 0c16d92a07
commit ade02d3db9

View file

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