Add buttons for opening signer app, copying connect link
All checks were successful
CI / Lint (push) Successful in 49s
CI / Test (push) Successful in 59s

This commit is contained in:
2026-05-05 07:02:08 +02:00
parent 60936ed2f5
commit 1140ecfe41
2 changed files with 56 additions and 3 deletions

View File

@@ -1084,6 +1084,7 @@ abbr[title] {
align-items: center;
justify-content: center;
gap: 0.5rem;
text-decoration: none;
}
.btn:disabled {
@@ -1780,6 +1781,13 @@ button.create-place {
margin-top: 1.5rem;
}
.mobile-connect-actions {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin-top: 1rem;
}
.nostr-connect-status {
margin-top: 1.5rem;
text-align: center;