From 8eecc708efcb405a477d4b2478635f8522c04668 Mon Sep 17 00:00:00 2001 From: Dym Sohin Date: Thu, 9 Jul 2020 09:03:24 +0000 Subject: [PATCH] fix wide2x emojis within nicknames --- priv/static/static-fe/static-fe.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/priv/static/static-fe/static-fe.css b/priv/static/static-fe/static-fe.css index db61ff266..7623b9832 100644 --- a/priv/static/static-fe/static-fe.css +++ b/priv/static/static-fe/static-fe.css @@ -181,3 +181,9 @@ img.emoji { padding: 0; vertical-align: middle; } + +.display-name img.emoji { + width: 16px; + height: 16px; +} +