1
0
Fork 0
forked from gitea/nas

Change wide-emoji style in emoji picker

This commit is contained in:
KMY 2023-05-22 16:07:41 +09:00
parent 882973da4c
commit df09dd7478

View file

@ -167,8 +167,9 @@
cursor: pointer; cursor: pointer;
&.emoji-mart-emoji-custom img { &.emoji-mart-emoji-custom img {
width: auto !important; width: 22px !important;
min-width: 22px; overflow: hidden;
object-fit: cover !important;
} }
span { span {