From e849c42c7b7c7cfeb2d9a70a228427f1521c822d Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Mon, 15 Jun 2020 23:46:08 -0400 Subject: [PATCH] Updated emoji images to not repeat and be centered MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated: - emoji images to not repeat and be centered --- app/javascript/styles/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/javascript/styles/global.css b/app/javascript/styles/global.css index c850a8fb..eb6ccce6 100644 --- a/app/javascript/styles/global.css +++ b/app/javascript/styles/global.css @@ -868,6 +868,11 @@ body { width: 20px; } +:global(.emoji-mart-emoji span) { + background-repeat: no-repeat; + background-position: center; +} + :global(.invisible) { font-size: 0px; display: inline;