Private
Public Access
1
0

fix: usr: the error message cannot be seen during avatar changing #10
All checks were successful
Deploy to Production / deploy (push) Successful in 3m7s

This commit is contained in:
2026-04-22 12:15:06 +02:00
parent f5e5019ea8
commit dd9a190fd9
2 changed files with 40 additions and 23 deletions

View File

@@ -28,6 +28,21 @@
box-shadow: 0 8px 48px rgba(0, 0, 0, 0.4);
}
#profile-avatar-root {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}
.profile-avatar__error {
font-size: 11px;
color: #e57373;
text-align: center;
max-width: 120px;
line-height: 1.3;
}
.profile-avatar {
position: relative;
width: 80px;