Add max width and height to reactions icons so they don't noclip

This commit is contained in:
Jeremy Zhang 2018-07-27 09:07:05 +00:00
parent 197750fc91
commit 0efa1882a4

View File

@ -820,7 +820,8 @@ p.mentioned span.chatmessage {
}
#chatcontent span.reactions .reaction img {
width: 18px;
max-width: 18px;
max-height: 18px;
vertical-align: middle;
}