fix: fix background on dark mode emoji (#1102)

fixes #1101
This commit is contained in:
Nolan Lawson 2019-03-17 12:37:26 -07:00 committed by GitHub
parent 8b0dd86605
commit 90aab7f6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@
width: 24px;
}
:global(.emoji-container button:hover) {
background: none;
}
@media (max-width: 320px) {
:global(.emoji-container .emoji-mart-preview) {
height: 60px;