Sign events from NIP-07 ext

This commit is contained in:
2022-12-29 15:21:03 +00:00
parent 987ef0ed7b
commit 523d1951fa
8 changed files with 131 additions and 38 deletions

View File

@ -8,8 +8,8 @@
}
.profile .avatar {
width: 256px;
height: 256px;
width: 128px;
height: 128px;
background-size: contain;
cursor: pointer;
}
@ -26,4 +26,15 @@
.profile .avatar .edit:hover {
opacity: 0.5;
}
}
@media(max-width: 720px) {
.profile {
flex-direction: column;
align-items: center;
}
.profile > div:last-child {
margin: 0;
width: 100%;
}
}