Fix chat message order (#3461)

This commit is contained in:
missionfloyd 2023-08-05 10:53:54 -06:00 committed by GitHub
parent 44f31731af
commit 5134878344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 55 deletions

View file

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