mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Merge pull request #149 from xPaw/inline-chan-css
Relax inline channel style
This commit is contained in:
commit
6ef37991b9
1 changed files with 2 additions and 2 deletions
|
@ -716,11 +716,11 @@ button,
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#chat .msg .inline-channel {
|
||||
.inline-channel {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#chat .msg .inline-channel:hover {
|
||||
.inline-channel:hover {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue