mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-18 00:29:04 +09:00
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 {
|
&.friendly {
|
||||||
padding-top: 64px;
|
padding-top: 64px;
|
||||||
bottom: calc(env(safe-area-inset-bottom, 0px) + 50px);
|
bottom: calc(env(safe-area-inset-bottom, 0px) + 45px);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.friendly-not-mobile {
|
&.friendly-not-mobile {
|
||||||
|
Loading…
Reference in New Issue
Block a user