feat: change non-grouped messages to have margin-top instead of margin-bottom
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-06-01 16:57:56 +02:00
parent 9fee630a68
commit 82796377ee
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -102,8 +102,8 @@ onMounted(async () => {
align-items: center;
}
.message-margin-bottom {
margin-bottom: 1dvh;
.normal-message {
margin-top: 1dvh;
}
#last-message {