mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
fit image to filter preview
image had weird aspect ratio before (fixed 100x60)
This commit is contained in:
parent
c253436808
commit
4a0ae2ec43
1 changed files with 4 additions and 0 deletions
4
resources/assets/sass/custom.scss
vendored
4
resources/assets/sass/custom.scss
vendored
|
@ -503,6 +503,10 @@ details summary::-webkit-details-marker {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-drawer-filters img {
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
|
|
||||||
.reply-container {
|
.reply-container {
|
||||||
.post-thumbnail {
|
.post-thumbnail {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|
Loading…
Reference in a new issue