Skip to content

Commit dd3db26

Browse files
committed
1 parent b0754e6 commit dd3db26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/post/PostCommentItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const CommentHead = styled.div`
3434
height: 3.375rem;
3535
display: block;
3636
border-radius: 50%;
37+
object-fit: cover;
3738
${media.small} {
3839
width: 2.5rem;
3940
height: 2.5rem;

src/components/setting/SettingUserProfile.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ const Section = styled.section`
9797
display: flex;
9898
flex-direction: column;
9999
img {
100+
object-fit: cover;
100101
width: 8rem;
101102
height: 8rem;
102103
border-radius: 50%;

0 commit comments

Comments
 (0)