Load user profile from Nostr, display name and avatar
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user