Complete authentication and profile features
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user