Fixes style not been applied to emoji in profile timeline

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
pull/688/head
Cyrille Bollu 2019-08-20 10:53:19 +02:00
rodzic fb9a15e2e8
commit ee41671e72
2 zmienionych plików z 7 dodań i 6 usunięć

Wyświetl plik

@ -1,7 +1,13 @@
@include icon-black-white('reply', 'social', 1);
@include icon-black-white('emoji', 'social', 1);
@include icon-black-white('boost', 'social', 1);
.icon-boosted {
@include icon-color('boost', 'social', '#0082c9', 1);
}
img.emoji {
margin: 3px;
width: 16px;
vertical-align: text-bottom;
}

Wyświetl plik

@ -323,11 +323,6 @@
vertical-align: middle;
margin-top: -1px;
}
img.emoji {
margin: 3px;
width: 16px;
vertical-align: text-bottom;
}
.hashtag {
text-decoration: underline;
}