Skip to content

Commit

Permalink
fix #4697: made profile picture circular (#4698)
Browse files Browse the repository at this point in the history
  • Loading branch information
subhamkumarr committed Mar 7, 2024
1 parent 6c4a098 commit 52204bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
margin-bottom: 20px;
object-fit: cover;
width: 70%;
border-radius: 8px;
aspect-ratio: 1/1;
object-fit: cover;
}

.search-username-container {
Expand Down

0 comments on commit 52204bc

Please sign in to comment.