Fix chat message order (#3461)
This commit is contained in:
parent
44f31731af
commit
5134878344
2 changed files with 54 additions and 55 deletions
|
@ -79,6 +79,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.chat > .messages {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.message-body li {
|
||||
margin-top: 0.5em !important;
|
||||
margin-bottom: 0.5em !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue