Make more compatible with Twemoji

pull/5474/head
nullkal 2017-10-20 02:38:13 +09:00
parent b0cfffcd34
commit f0f54e539b
1 changed files with 3 additions and 2 deletions

View File

@ -510,6 +510,7 @@
font-weight: 400; font-weight: 400;
overflow: hidden; overflow: hidden;
white-space: pre-wrap; white-space: pre-wrap;
padding-top: 5px;
&.status__content--with-spoiler { &.status__content--with-spoiler {
white-space: normal; white-space: normal;
@ -522,7 +523,7 @@
.emojione { .emojione {
width: 20px; width: 20px;
height: 20px; height: 20px;
margin: -2.5px 0; margin: -5px 0 0 0;
} }
p { p {
@ -785,7 +786,7 @@
.emojione { .emojione {
width: 24px; width: 24px;
height: 24px; height: 24px;
margin: -2.5px 0; margin: -5px 0 0 0;
} }
} }