feat: add spacing between grouped messages

This commit is contained in:
SauceyRed 2025-06-07 05:42:02 +02:00
parent c0f4697d00
commit cca348b476
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -95,6 +95,10 @@ onMounted(async () => {
margin-top: 1dvh; margin-top: 1dvh;
} }
.grouped-message {
margin-top: .3em;
}
#last-message { #last-message {
margin-bottom: 2dvh; margin-bottom: 2dvh;
} }