mirror of https://github.com/tootsuite/mastodon
Make more compatible with Twemoji
parent
b0cfffcd34
commit
f0f54e539b
|
@ -510,6 +510,7 @@
|
|||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
white-space: pre-wrap;
|
||||
padding-top: 5px;
|
||||
|
||||
&.status__content--with-spoiler {
|
||||
white-space: normal;
|
||||
|
@ -522,7 +523,7 @@
|
|||
.emojione {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: -2.5px 0;
|
||||
margin: -5px 0 0 0;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -785,7 +786,7 @@
|
|||
.emojione {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: -2.5px 0;
|
||||
margin: -5px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue