Prevent lists from flickering in chat mode while streaming
This commit is contained in:
parent
60a3e70242
commit
5e5d926d2b
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue