Fixes #463 unwanted emoji background

This commit is contained in:
Alex Gleason 2020-10-05 21:20:39 -05:00
parent a78865bd04
commit f70a1814ec
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -55,7 +55,8 @@
background-color: var(--background-color);
}
img {
/* Markdown images */
img:not(.emojione) {
width: 100%;
height: 285.188px;
object-fit: contain;
@ -63,6 +64,7 @@
border-radius: 4px;
overflow: hidden;
margin: 20px 0;
display: block;
}
}