Merge branch 'friendica-thumbs' into 'develop'

Fix Friendica images

Closes #470

See merge request soapbox-pub/soapbox-fe!496
merge-requests/497/merge
Alex Gleason 2021-05-11 20:11:05 +00:00
commit 40e1d53ef9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -56,7 +56,7 @@
}
/* Markdown images */
img:not(.emojione) {
img:not(.emojione):not([width][height]) {
width: 100%;
height: 285.188px;
object-fit: contain;