From 43017bca365bf69d0109bf617dfb52148df0598b Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 26 Feb 2025 09:55:14 +0000 Subject: [PATCH] more tweaks for mobile safari --- client/web/css/styles.css | 4 ++-- client/web/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/web/css/styles.css b/client/web/css/styles.css index c511d1a..9d343f2 100644 --- a/client/web/css/styles.css +++ b/client/web/css/styles.css @@ -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; diff --git a/client/web/index.html b/client/web/index.html index 48c97af..1e42582 100644 --- a/client/web/index.html +++ b/client/web/index.html @@ -1,6 +1,6 @@ - + llm-py-web