Merge pull request #149 from xPaw/inline-chan-css

Relax inline channel style
This commit is contained in:
Max-P 2016-03-05 17:39:14 -05:00
commit 6ef37991b9

View file

@ -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;
}