2
0

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
parent 210b389643
commit 63dc426fae

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 {