From d1866219261c5fa1e9d8c0a9c6c380b965ca7cc7 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 4 May 2025 15:19:46 -0700 Subject: [PATCH] UI: Fixes after previous commit --- css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 64e96ccc..f76a2787 100644 --- a/css/main.css +++ b/css/main.css @@ -787,6 +787,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { #chat-input-container { display: flex; flex-direction: column; + min-width: 0 !important; } #chat-input-container > .form { @@ -807,12 +808,13 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { display: flex; flex-direction: column; padding-bottom: 0; + gap: 0; } @media screen and (width <= 924px) { #chat-col { - height: calc(100dvh - 132px); margin-top: 32px; + height: calc(100dvh - 32px); } }