Various UX & Chat improvements
This commit is contained in:
parent
6ea3c10fd5
commit
6b96db8cfe
11 changed files with 229 additions and 221 deletions
|
|
@ -167,7 +167,7 @@ export default function Screen() {
|
|||
window.innerHeight,
|
||||
window.visualViewport?.height ?? 0,
|
||||
);
|
||||
const inputHeight = el.scrollHeight + 50;
|
||||
const inputHeight = el.scrollHeight + 56;
|
||||
|
||||
host.style.maxHeight = `calc(${viewportHeight}px - ${inputHeight}px - env(safe-area-inset-bottom) - env(safe-area-inset-top))`;
|
||||
}, []);
|
||||
|
|
|
|||
Loading…
Reference in a new issue