UX: prevents non-lightboxed images in quotes from stretching/squeezing (#8021)

This commit is contained in:
Joe
2019-08-20 18:59:02 +08:00
committed by GitHub
parent f1f1fd4690
commit 15e70cc4b4

View File

@@ -235,6 +235,8 @@ blockquote {
// !important here otherwise it won't work.
img {
max-width: 100% !important;
object-fit: cover;
object-position: top;
}
}