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

This commit is contained in:
Nolan Lawson 2018-12-18 12:45:41 -08:00 committed by GitHub
parent 7da2076791
commit 2d32a91145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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'