Updated emoji images to not repeat and be centered
• Updated: - emoji images to not repeat and be centered
This commit is contained in:
parent
d2f9886a88
commit
e849c42c7b
@ -868,6 +868,11 @@ body {
|
|||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.emoji-mart-emoji span) {
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
:global(.invisible) {
|
:global(.invisible) {
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user