style(ui): set cursor for usernames in chat to pointer
This commit is contained in:
parent
1bc7877a8b
commit
dc4494a1db
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue