fix: fix appearance of native emoji on linux (#838)

smaller-emoji-mart
Nolan Lawson 2018-12-18 12:45:41 -08:00 zatwierdzone przez GitHub
rodzic 7da2076791
commit 2d32a91145
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -37,6 +37,10 @@
background-repeat: no-repeat;
background-position: center center;
}
:global(.emoji-container .emoji-mart-emoji-native) {
/* remove if/when https://github.com/missive/emoji-mart/pull/256 is merged */
font-family: PinaforeEmoji, sans-serif;
}
</style>
<script>
import ModalDialog from './ModalDialog.html'