forked from cybrespace/pinafore
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-repeat: no-repeat;
|
||||||
background-position: center center;
|
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>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
import ModalDialog from './ModalDialog.html'
|
import ModalDialog from './ModalDialog.html'
|
||||||
|
|
Loading…
Reference in New Issue