refactor: default avatar size

This commit is contained in:
zerosoul
2022-04-14 21:28:33 +08:00
parent 506fc8e59a
commit 05da16859f
2 changed files with 10 additions and 5 deletions
+4 -2
View File
@@ -24,9 +24,11 @@ const StyledMsg = styled.div`
}
.avatar {
cursor: pointer;
width: 40px;
height: 40px;
img {
width: 40px;
height: 40px;
width: 100%;
height: 100%;
border-radius: 50%;
}
}