mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Merge pull request #1239 from pixelfed/trwnh-filter-preview
fit image to filter preview
This commit is contained in:
commit
ec5f6067b0
1 changed files with 4 additions and 0 deletions
4
resources/assets/sass/custom.scss
vendored
4
resources/assets/sass/custom.scss
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue