From 41a30e245a959b6fc9e06f4f3a9b99c090a70705 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 9 Sep 2020 15:04:48 +0200 Subject: [PATCH] avatar --- theme.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 7fd708a..608008e 100644 --- a/theme.css +++ b/theme.css @@ -230,4 +230,20 @@ a { border: 0; width: 100%; height: 110px; -} \ No newline at end of file +} + +.user.profile > .ui > .ui > .ui > .ui.card { + box-shadow: none; +} + +.user.profile > .ui > .ui > .ui > .ui.card > .content.wrap { + border-top: 0; +} + +#profile-avatar { + background: none; +} + +#profile-avatar img { + border-radius: 50% 50% 50% 0; +}