mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Emoji: Fix emoji picker not centering native emoji (#36502)
This commit is contained in:
parent
210b389643
commit
63dc426fae
1 changed files with 3 additions and 0 deletions
|
|
@ -152,6 +152,9 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
display: inline-flex !important;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover::before {
|
&:hover::before {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue