Emoji: Fix emoji picker not centering native emoji (#36502)

This commit is contained in:
Echo 2025-10-16 15:45:20 +02:00 committed by GitHub
commit 63dc426fae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,6 +152,9 @@
z-index: 1;
position: relative;
text-align: center;
display: inline-flex !important;
align-items: center;
justify-content: center;
}
&:hover::before {