From 3200328064c32a11891a5af1fc9a61e47089f748 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 14 Sep 2023 08:38:26 -0700 Subject: [PATCH] Minor mobile CSS fix --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 3d376a43..1234bc40 100644 --- a/css/main.css +++ b/css/main.css @@ -306,7 +306,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { } .chat-parent { - height: calc(100dvh - 171px) !important; + height: calc(100dvh - 179px) !important; } }