1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

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

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;