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

View File

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