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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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;
}
}