more tweaks for mobile safari
This commit is contained in:
parent
71ca2a5b36
commit
43017bca36
2 changed files with 3 additions and 3 deletions
|
@ -38,13 +38,13 @@ body,
|
||||||
main,
|
main,
|
||||||
.conversation {
|
.conversation {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conversation {
|
.conversation {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: 100vh;
|
max-height: 100dvh;
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<meta charset="utf-8" />
|
<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>
|
<title>llm-py-web</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/char.css" />
|
<link rel="stylesheet" href="/css/char.css" />
|
||||||
|
|
Loading…
Reference in a new issue