From 0efa1882a47e9f3cfc9cca6eeda66c756456499c Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Fri, 27 Jul 2018 09:07:05 +0000 Subject: [PATCH] Add max width and height to reactions icons so they don't noclip --- webapp/titanembeds/static/css/embed.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/titanembeds/static/css/embed.css b/webapp/titanembeds/static/css/embed.css index f7e4120..4a68493 100644 --- a/webapp/titanembeds/static/css/embed.css +++ b/webapp/titanembeds/static/css/embed.css @@ -820,7 +820,8 @@ p.mentioned span.chatmessage { } #chatcontent span.reactions .reaction img { - width: 18px; + max-width: 18px; + max-height: 18px; vertical-align: middle; }