From 5e5d926d2b5bbd01ae0414bdbed580568bbf4037 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:00:49 -0700 Subject: [PATCH] Prevent lists from flickering in chat mode while streaming --- css/chat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/chat.css b/css/chat.css index 45a518bc..e07f2f71 100644 --- a/css/chat.css +++ b/css/chat.css @@ -65,8 +65,8 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { } .message-body li { - margin-top: 0.5em !important; - margin-bottom: 0.5em !important; + margin-top: 0 !important; + margin-bottom: 1.25em !important; } .message-body li > p {