Skip to content

Commit

Permalink
Merge pull request #1232 from codidact/image-aspect-ratio
Browse files Browse the repository at this point in the history
On profile page dont mess with aspect ratio of profile picture
  • Loading branch information
cellio authored Nov 20, 2023
2 parents 94abc39 + d19ba50 commit a52c3a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/users.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@

img {
width: 100%;
object-fit: contain;
}
}

Expand Down

0 comments on commit a52c3a1

Please sign in to comment.