Add slight padding to top of message container
This commit is contained in:
parent
568541aa31
commit
588b37c032
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
.chat > .messages {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.chat .message:last-child {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue