1
0
Fork 0

fit image to filter preview

image had weird aspect ratio before (fixed 100x60)
This commit is contained in:
trwnh 2019-05-01 06:18:43 -05:00 committed by GitHub
parent c253436808
commit 4a0ae2ec43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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;