Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 3, 2024
1 parent 06ac7c5 commit 6fa5df0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/utils/Avatar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
}

.avatar img {
max-width: 100%;
max-width: auto;
max-height: 100%;
/* width: 100%; */
/* height: 100%; */
object-fit: scale-down;
}

0 comments on commit 6fa5df0

Please sign in to comment.