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
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}