round corners on avatar img

This commit is contained in:
Nikola Petrov 2024-01-10 23:44:06 +01:00
parent c57462f207
commit 19b81189e6

View File

@ -358,7 +358,11 @@ main {
.avatar-box { .avatar-box {
background: var(--bg-gradient-onyx); background: var(--bg-gradient-onyx);
border-radius: 20px; border-radius: 60px;
}
.avatar-box img {
border-radius: inherit;
} }
.info-content .name { .info-content .name {
@ -1266,7 +1270,7 @@ textarea.form-input::-webkit-resizer {
} }
.avatar-box { .avatar-box {
border-radius: 30px; border-radius: 60px;
} }
.avatar-box img { .avatar-box img {