From 4ad63c52a8f966a989bfaaf86b8b9b9fba0fa7a6 Mon Sep 17 00:00:00 2001 From: pypy Date: Sat, 5 Dec 2020 16:24:59 +0900 Subject: [PATCH] rounded shape --- html/src/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.scss b/html/src/app.scss index c316c267..746d00ee 100644 --- a/html/src/app.scss +++ b/html/src/app.scss @@ -292,7 +292,7 @@ a { .x-friend-item > .avatar > img { width: 100%; height: 100%; - border-radius: 40%; + border-radius: 50%; object-fit: cover; }