Update profile picture on site

This commit is contained in:
2024-06-10 16:29:19 +01:00
parent 8881de4eec
commit 0d559a8281
2 changed files with 3 additions and 3 deletions

View File

@@ -331,7 +331,7 @@ main {
gap: 15px;
}
.avatar-box {
.avatar-box, .avatar-box img {
background: var(--bg-gradient-onyx);
border-radius: 20px;
}
@@ -1337,7 +1337,7 @@ textarea.form-input::-webkit-resizer { display: none; }
.sidebar-info { gap: 25px; }
.avatar-box { border-radius: 30px; }
.avatar-box, .avatar-box img { border-radius: 30px; }
.avatar-box img { width: 120px; }