diff --git a/src/common/component/Message/Reply.js b/src/common/component/Message/Reply.js index 2c834b98..d4b3ca63 100644 --- a/src/common/component/Message/Reply.js +++ b/src/common/component/Message/Reply.js @@ -75,7 +75,9 @@ const Styled = styled.div` } .pic { display: inherit; - max-width: 34px; + width: 40px; + height: 40px; + object-fit: cover; } .icon { width: 15px; diff --git a/src/common/component/Send/Replying.js b/src/common/component/Send/Replying.js index fc04f2dd..30a1fd54 100644 --- a/src/common/component/Send/Replying.js +++ b/src/common/component/Send/Replying.js @@ -42,8 +42,8 @@ const Styled = styled.div` font-size: 14px; line-height: 20px; > .pic { - width: 50px; - height: 50px; + width: 40px; + height: 40px; object-fit: cover; } .md {