Mobile uncropped thumbnails: Fix sizing and overflow (#4818)

Fix #4460: Disabling cropped thumbnails is broken #4460

* Change width/height to max-width/max-height
* Change for cropped too
This commit is contained in:
Thayol
2021-06-17 11:09:20 +02:00
committed by GitHub
parent 94d78d74a9
commit 6e2a5c6dde

View File

@@ -134,7 +134,8 @@ body[data-current-user-can-approve-posts="true"] .post-preview {
}
img {
width: 33.3vw;
max-width: 33.3vw;
max-height: 33.3vw;
border: none !important;
}
}