Revert "FIX: Image sizes were slightly off in some cases (#15678)" (#15815)

This reverts commit eff0106efb. It causes
visible layout issues, especially on mobile.
This commit is contained in:
Penar Musaraj 2022-02-04 15:40:54 +01:00 committed by GitHub
parent 778abb067f
commit f0c15dc399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ $quote-share-maxwidth: 150px;
img:not(.thumbnail):not(.ytp-thumbnail-image):not(.emoji) {
max-width: 100%;
height: auto;
}
}