From 4a0ae2ec43964c45252f2e9330277b3631ed4e6a Mon Sep 17 00:00:00 2001 From: trwnh Date: Wed, 1 May 2019 06:18:43 -0500 Subject: [PATCH] fit image to filter preview image had weird aspect ratio before (fixed 100x60) --- resources/assets/sass/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 6b447ad1f..48445ced7 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -503,6 +503,10 @@ details summary::-webkit-details-marker { box-sizing: content-box; } +.media-drawer-filters img { + object-fit: contain; +} + .reply-container { .post-thumbnail { object-fit: cover;