feat: copy npub on profile

This commit is contained in:
Alejandro Gomez
2023-01-06 16:22:02 +01:00
parent c1941754e4
commit 9f084518ee
3 changed files with 60 additions and 3 deletions

View File

@ -10,6 +10,29 @@
white-space: pre-wrap;
}
.profile .name {
align-items: flex-start;
}
.profile .name h2 {
margin: 0;
}
.profile .npub-container {
user-select: none;
cursor: pointer;
}
.profile .npub {
font-family: monospace;
font-size: 14px;
margin: 0;
width: 18em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.profile .avatar {
width: 256px;
height: 256px;