Merge pull request #1239 from pixelfed/trwnh-filter-preview

fit image to filter preview
This commit is contained in:
daniel 2019-05-01 14:22:37 -06:00 committed by GitHub
commit ec5f6067b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -511,6 +511,10 @@ details summary::-webkit-details-marker {
box-sizing: content-box;
}
.media-drawer-filters img {
object-fit: contain;
}
.reply-container {
.post-thumbnail {
object-fit: cover;