mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-09 13:16:52 -05:00
Eliminate space around emoji
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user