summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_emoticons.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_emoticons.scss')
-rw-r--r--webapp/sass/components/_emoticons.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/sass/components/_emoticons.scss b/webapp/sass/components/_emoticons.scss
index 82555cfb6..4ae27aed4 100644
--- a/webapp/sass/components/_emoticons.scss
+++ b/webapp/sass/components/_emoticons.scss
@@ -1,13 +1,13 @@
@charset 'UTF-8';
.emoticon {
- background-repeat: no-repeat;
background-position: 50% 50%;
+ background-repeat: no-repeat;
background-size: contain;
display: inline-block;
- height: 1.3em;
+ height: 20px;
vertical-align: text-top;
- width: 1.3em;
+ width: 20px;
}
.emoticon-suggestion {