Merge branch 'twemojiEmoteMenuSvelte' of github.com:thecodingmachine/workadventure into twemojiEmoteMenuSvelte

This commit is contained in:
Lurkars 2021-09-16 18:20:42 +02:00
parent 7922de10ff
commit 63c4eeb4c7
2 changed files with 21 additions and 2 deletions

View file

@ -1105,4 +1105,13 @@ div.is-silent.hide {
.emote-menu .emoji-picker .emoji-picker__emoji {
font-family: "Twemoji Mozilla" !important;
}
div.emoji-picker {
background-color: #333;
border-radius: 1em;
input.emoji-picker__search {
border-radius: 1em;
}
}