Load user profile from Nostr, display name and avatar

This commit is contained in:
2026-04-20 13:37:05 +04:00
parent 3a56464926
commit 8cc579e271
5 changed files with 193 additions and 5 deletions

View File

@@ -190,7 +190,16 @@ body {
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
flex-shrink: 0;
}
.user-avatar {
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
}
}
/* User Menu Popover */