Eliminate space around emoji

This commit is contained in:
nullkal 2017-10-20 01:13:03 +09:00
parent 049381b284
commit df581975a5
1 changed files with 6 additions and 4 deletions

View File

@ -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;
}
}