This commit is contained in:
Simon Vieille 2020-09-09 15:04:48 +02:00
parent 11110bd31a
commit 41a30e245a
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 17 additions and 1 deletions

View File

@ -230,4 +230,20 @@ a {
border: 0;
width: 100%;
height: 110px;
}
}
.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;
}