From 97f806440e7de27e4c026011362eb28800367332 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 12 Nov 2021 21:42:43 -0800 Subject: [PATCH] Make emoji small within the moderator info box. closes #1519 --- webroot/styles/chat.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webroot/styles/chat.css b/webroot/styles/chat.css index 73523e699..f790ffb0d 100644 --- a/webroot/styles/chat.css +++ b/webroot/styles/chat.css @@ -311,6 +311,11 @@ max-height: 6em; padding: .75rem; } +.moderator-more-info-message .text-sm img { + display: inline-block; + width: 2rem; +} + @media screen and (max-width: 729px) { .moderator-more-info-container { width: auto;