Merge branch 'emoji-fix' into 'develop'
Fixes #463 unwanted emoji background Closes #463 See merge request soapbox-pub/soapbox-fe!302
This commit is contained in:
commit
453bd29e45
|
@ -55,7 +55,8 @@
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
/* Markdown images */
|
||||||
|
img:not(.emojione) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 285.188px;
|
height: 285.188px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
@ -63,6 +64,7 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue