feat: add spacing between grouped messages
This commit is contained in:
parent
c0f4697d00
commit
cca348b476
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,10 @@ onMounted(async () => {
|
|||
margin-top: 1dvh;
|
||||
}
|
||||
|
||||
.grouped-message {
|
||||
margin-top: .3em;
|
||||
}
|
||||
|
||||
#last-message {
|
||||
margin-bottom: 2dvh;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue