feat: implement message grouping, improve styling

This commit is contained in:
SauceyRed 2025-05-29 22:19:31 +02:00
parent 6a3c8e8982
commit 53687a0ec3
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462
4 changed files with 155 additions and 59 deletions

View file

@ -49,4 +49,9 @@ a {
border-radius: .3rem;
}
.invisible {
visibility: hidden;
}
</style>