Updated emoji images to not repeat and be centered

• Updated:
- emoji images to not repeat and be centered
This commit is contained in:
mgabdev 2020-06-15 23:46:08 -04:00
parent d2f9886a88
commit e849c42c7b

View File

@ -868,6 +868,11 @@ body {
width: 20px;
}
:global(.emoji-mart-emoji span) {
background-repeat: no-repeat;
background-position: center;
}
:global(.invisible) {
font-size: 0px;
display: inline;