rounded shape

This commit is contained in:
pypy
2020-12-05 16:24:59 +09:00
parent da1440abb5
commit 4ad63c52a8

View File

@@ -292,7 +292,7 @@ a {
.x-friend-item > .avatar > img {
width: 100%;
height: 100%;
border-radius: 40%;
border-radius: 50%;
object-fit: cover;
}