PLT-5573 - Fixing emoticons (#5461)

This commit is contained in:
Asaad Mahmood
2017-02-20 07:10:54 +05:00
committed by Joram Wilander
parent 00d11e961f
commit 22118fafc8
2 changed files with 11 additions and 5 deletions

View File

@@ -19,13 +19,20 @@
height: 30px;
line-height: 30px;
width: 100%;
> div {
&:first-child {
text-align: center;
width: 30px;
}
}
}
.emoticon-suggestion__image {
height: 20px;
margin: 6px 6px 0 5px;
margin-top: -2px;
max-height: 20px;
max-width: 20px;
padding: 0;
text-align: center;
vertical-align: top;
width: 20px;
vertical-align: middle;
}

View File

@@ -1137,7 +1137,6 @@
padding: 0 4px 0 3px;
.post-reaction__emoji {
height: auto;
margin: 2px 3px 0 0;
max-height: 16px;
max-width: 16px;