mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 14:37:02 +01:00
Add max width and height to reactions icons so they don't noclip
This commit is contained in:
parent
197750fc91
commit
0efa1882a4
@ -820,7 +820,8 @@ p.mentioned span.chatmessage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#chatcontent span.reactions .reaction img {
|
#chatcontent span.reactions .reaction img {
|
||||||
width: 18px;
|
max-width: 18px;
|
||||||
|
max-height: 18px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user