From d01dd2e1c87121a3d3b70a54e68df8bda15458cc Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:35:09 -0800 Subject: [PATCH] UI: fix a margin --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index f33b5a59..65c96316 100644 --- a/css/main.css +++ b/css/main.css @@ -37,7 +37,7 @@ div.svelte-iyf88w { } /* "info" messages without a title above */ -.block > .svelte-e8n7p6:not(:only-of-type) { +.block > .svelte-e8n7p6:not(:only-of-type, #chat-mode *) { margin-bottom: 2px; }