This commit is contained in:
Simon Vieille 2020-09-09 15:06:53 +02:00
parent 8272a0bd99
commit 4a39929bb2
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -240,10 +240,10 @@ a {
border-top: 0; border-top: 0;
} }
#profile-avatar { #profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image {
background: none; 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; border-radius: 50% 50% 50% 0;
} }