From 8272a0bd9977b6eea21e04d84be9364157e7cb23 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 9 Sep 2020 15:06:28 +0200 Subject: [PATCH] avatar --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 8fb3cab..3e3c152 100644 --- a/theme.css +++ b/theme.css @@ -244,6 +244,6 @@ a { background: none; } -.user.profile > .ui > .ui > .ui > .ui.card > .image, #profile-avatar img { +.user.profile > .ui > .ui > .ui > .ui.card > .image img, #profile-avatar img { border-radius: 50% 50% 50% 0; }