From 4a39929bb27bc0ebcacbf5bbeb5cc21be029cf2e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 9 Sep 2020 15:06:53 +0200 Subject: [PATCH] avatar --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 3e3c152..4e4274d 100644 --- a/theme.css +++ b/theme.css @@ -240,10 +240,10 @@ a { border-top: 0; } -#profile-avatar { +#profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image { background: none; } -.user.profile > .ui > .ui > .ui > .ui.card > .image img, #profile-avatar img { +#profile-avatar img, .user.profile > .ui > .ui > .ui > .ui.card > .image img { border-radius: 50% 50% 50% 0; }