mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-11 09:45:24 +01:00
fix: fix appearance of native emoji on linux (#838)
This commit is contained in:
parent
7da2076791
commit
2d32a91145
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user