From a7717def46deb1a6bb9c2e2d8e4a6ee47ae28419 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 9 Sep 2020 18:07:49 +0200 Subject: [PATCH] avatar --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 4e4274d..252ecc6 100644 --- a/theme.css +++ b/theme.css @@ -245,5 +245,5 @@ a { } #profile-avatar img, .user.profile > .ui > .ui > .ui > .ui.card > .image img { - border-radius: 50% 50% 50% 0; + border-radius: 100% 100% 100% 0; }