mirror of https://github.com/mastodon/mastodon
Eliminate space around emoji
This commit is contained in:
parent
049381b284
commit
df581975a5
|
@ -520,8 +520,9 @@
|
|||
}
|
||||
|
||||
.emojione {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: -1px 0;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -782,8 +783,9 @@
|
|||
line-height: 24px;
|
||||
|
||||
.emojione {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: -1px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue