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:
@@ -134,7 +134,8 @@ body[data-current-user-can-approve-posts="true"] .post-preview {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 33.3vw;
|
max-width: 33.3vw;
|
||||||
|
max-height: 33.3vw;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user