mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Merge pull request #2445 from MaxLeiter/pointer
Pointer cursor hovering nicks in userlist
This commit is contained in:
commit
c7c2587079
1 changed files with 1 additions and 0 deletions
|
@ -1490,6 +1490,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .user-mode::before {
|
#chat .user-mode::before {
|
||||||
|
|
Loading…
Reference in a new issue