Prevent lists from flickering in chat mode while streaming

This commit is contained in:
oobabooga 2023-07-17 17:00:49 -07:00
parent 60a3e70242
commit 5e5d926d2b

View File

@ -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 {