style(ui): set cursor for usernames in chat to pointer

This commit is contained in:
SauceyRed 2025-08-07 08:54:00 +02:00
parent 1bc7877a8b
commit dc4494a1db
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -234,6 +234,10 @@ function getDayDifference(date1: Date, date2: Date) {
max-width: 2em;
}
.message-author-username {
cursor: pointer;
}
.left-column {
min-width: 2rem;
display: flex;