chore: update reply image size

This commit is contained in:
zerosoul
2022-06-07 22:47:41 +08:00
parent b0b6c5f8e3
commit 0a1c20df41
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -75,7 +75,9 @@ const Styled = styled.div`
} }
.pic { .pic {
display: inherit; display: inherit;
max-width: 34px; width: 40px;
height: 40px;
object-fit: cover;
} }
.icon { .icon {
width: 15px; width: 15px;
+2 -2
View File
@@ -42,8 +42,8 @@ const Styled = styled.div`
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
> .pic { > .pic {
width: 50px; width: 40px;
height: 50px; height: 40px;
object-fit: cover; object-fit: cover;
} }
.md { .md {