This commit is contained in:
Kainoa Kanter 2022-07-11 15:00:48 -07:00 committed by Francis Dinh
parent 36503f63d8
commit b803a7256b
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -336,10 +336,7 @@ definePageMetadata(computed(() => !fetching ? user ? {
z-index: 2; z-index: 2;
bottom: 0; bottom: 0;
padding-top: 8px; padding-top: 8px;
bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
@media (max-width: 500px) {
bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
}
> .new-message { > .new-message {
width: 100%; width: 100%;