chore: update reply image size
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user