Fixes #463 unwanted emoji background
This commit is contained in:
parent
a78865bd04
commit
f70a1814ec
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue