more tweaks for mobile safari

This commit is contained in:
Charlotte Som 2025-02-26 09:55:14 +00:00
parent 71ca2a5b36
commit 43017bca36
2 changed files with 3 additions and 3 deletions

View file

@ -38,13 +38,13 @@ body,
main,
.conversation {
height: 100%;
min-height: 100vh;
min-height: 100dvh;
}
.conversation {
display: flex;
flex-direction: column;
max-height: 100vh;
max-height: 100dvh;
& > * {
padding: 1em;

View file

@ -1,6 +1,6 @@
<!doctype html>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="width=device-width, maximum-scale=1" />
<title>llm-py-web</title>
<link rel="stylesheet" href="/css/char.css" />