From 070a8862789b70098032304b9638ef1190bc5782 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 18 Jul 2023 13:23:29 -0700 Subject: [PATCH] Revert "Prevent lists from flickering in chat mode while streaming" This reverts commit 5e5d926d2b5bbd01ae0414bdbed580568bbf4037. --- css/chat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/chat.css b/css/chat.css index e07f2f71..45a518bc 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 !important; - margin-bottom: 1.25em !important; + margin-top: 0.5em !important; + margin-bottom: 0.5em !important; } .message-body li > p {