From b83e3c967d1f56387474f14089251bdb56de014f Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sat, 17 Mar 2018 18:40:47 -0300 Subject: [PATCH] Emote styling --- client/src/styles/partials/emote.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/client/src/styles/partials/emote.scss b/client/src/styles/partials/emote.scss index d3251f83..82c884fc 100644 --- a/client/src/styles/partials/emote.scss +++ b/client/src/styles/partials/emote.scss @@ -1,11 +1,18 @@ +.bd-emote-outer { + display: inline-block; + height: 32px; +} .bd-emote-outer.bd-is-emote { font-size: 0; } .bd-emotewrapper { - position: relative; - display: inline-block; - img { + height: 32px; + margin: 0 .05em 0 .1em !important; + min-height: 22px; + min-width: 22px; + object-fit: contain; + vertical-align: -.4em; max-height: 32px; } }