From 19b1ce5d8b2ff389ea3168813019ea371174e835 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 30 Sep 2019 09:42:37 +0100 Subject: [PATCH] Bigger display name emoji on mobile --- epicyon-profile.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 408a084c..8816c4c2 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -832,6 +832,16 @@ div.imagedesc { margin: 0 0; width: 50px; } + .container img.emojiheader { + float: none; + width: 25px; + margin-left: 0px; + margin-right: 0px; + padding-right: 0px; + border-radius: 0px; + -ms-transform: translateY(-30%); + transform: translateY(-30%); + } .containericons img { float: right; max-width: 200px; @@ -1075,6 +1085,16 @@ div.imagedesc { margin: 0 0; width: 100px; } + .container img.emojiheader { + float: none; + width: 35px; + margin-left: 0px; + margin-right: 0px; + padding-right: 0px; + border-radius: 0px; + -ms-transform: translateY(-30%); + transform: translateY(-30%); + } .containericons img { float: right; max-width: 200px;