From ab773fa5c946f74b0f42106ba2e72c092566743a Mon Sep 17 00:00:00 2001 From: Dym Sohin Date: Thu, 9 Jul 2020 09:37:50 +0000 Subject: [PATCH] [static-fe] limit according to- and within- existing ruleset --- priv/static/static-fe/static-fe.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/priv/static/static-fe/static-fe.css b/priv/static/static-fe/static-fe.css index 308388abc..89e9f4877 100644 --- a/priv/static/static-fe/static-fe.css +++ b/priv/static/static-fe/static-fe.css @@ -80,6 +80,7 @@ header a:hover, .h-card a:hover { /* keep emoji from being hilariously huge */ .display-name img { max-height: 1em; + max-width: 1em; } .display-name .nickname { @@ -181,8 +182,3 @@ img.emoji { padding: 0; vertical-align: middle; } - -.display-name img.emoji { - width: 1em; -} -