Complete authentication and profile features

This commit is contained in:
Olaf
2026-08-24 14:50:05 +02:00
parent 1c827956c4
commit 01702fcadf
17 changed files with 227 additions and 40 deletions
+15
View File
@@ -229,6 +229,14 @@ button:focus-visible {
font-weight: 600;
}
.profile-avatar-preview {
width: 96px;
height: 96px;
object-fit: cover;
border: 2px solid var(--mauve);
border-radius: 50%;
}
button {
width: fit-content;
border-color: var(--mauve);
@@ -363,6 +371,13 @@ button:disabled {
font-weight: 700;
}
.avatar img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: inherit;
}
.user-name {
color: var(--lavender);
font-weight: 700;