fix(friendly): Slight adjustment of chat field position
This commit is contained in:
parent
0c16d92a07
commit
ade02d3db9
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue