summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-12-06 07:35:53 -0500
committerenahum <nahumhbl@gmail.com>2016-12-06 09:35:53 -0300
commit01015dd30ef74cf4b3080cd5f9ff5c5cf9df39d2 (patch)
tree13873fe57e0201684eab14cb695e5a022b961775 /webapp/sass
parent83a2bbe67ae12b6ffd03bed9eeb87e93444356e2 (diff)
downloadchat-01015dd30ef74cf4b3080cd5f9ff5c5cf9df39d2.tar.gz
chat-01015dd30ef74cf4b3080cd5f9ff5c5cf9df39d2.tar.bz2
chat-01015dd30ef74cf4b3080cd5f9ff5c5cf9df39d2.zip
Fixed emoji to resize when used in headers (#4718)
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_emoticons.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/webapp/sass/components/_emoticons.scss b/webapp/sass/components/_emoticons.scss
index 0e6ce6041..82555cfb6 100644
--- a/webapp/sass/components/_emoticons.scss
+++ b/webapp/sass/components/_emoticons.scss
@@ -5,10 +5,9 @@
background-position: 50% 50%;
background-size: contain;
display: inline-block;
- font-size: 19px;
- height: 1em;
+ height: 1.3em;
vertical-align: text-top;
- width: 1em;
+ width: 1.3em;
}
.emoticon-suggestion {