Formatted, updated convs & comms list to not depend on each other, updated legal & login screen for better mobile support
This commit is contained in:
parent
aa8dfe2fca
commit
741afdeaa9
9 changed files with 54 additions and 22 deletions
|
|
@ -223,7 +223,7 @@ export default function Provider(props: { children: ReactNode }) {
|
|||
{
|
||||
expected: userIdValue,
|
||||
received: nextState.chat_partner_id,
|
||||
}
|
||||
},
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ export default function Screen() {
|
|||
const host = scrollRef.current;
|
||||
if (!host || !el) return;
|
||||
|
||||
host.style.maxHeight = `calc(100vh - ${el.scrollHeight + 50}px)`;
|
||||
host.style.maxHeight = `calc(100vh - ${el.scrollHeight + 50}px - env(safe-area-inset-bottom) - env(safe-area-inset-top))`;
|
||||
}, []);
|
||||
|
||||
// Render
|
||||
|
|
|
|||
Loading…
Reference in a new issue