Connect Nostr via mobile app

This commit is contained in:
2026-04-19 14:44:51 +04:00
parent 798ed0c8dd
commit 629a308b79
4 changed files with 304 additions and 37 deletions

View File

@@ -1378,6 +1378,22 @@ button.create-place {
}
}
/* Nostr Connect */
.nostr-connect-modal h2 {
margin-top: 0;
}
.nostr-connect-options {
display: flex;
flex-direction: column;
gap: 1rem;
margin-top: 1.5rem;
}
.nostr-connect-status {
margin-top: 1.5rem;
}
/* Modal */
.modal-overlay {
position: fixed;