feature: make the person picture circle
This commit is contained in:
@ -23,6 +23,7 @@ const StyledContainer = styled.span`
|
|||||||
img {
|
img {
|
||||||
height: 14px;
|
height: 14px;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
|
border-radius: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user