Add bunker login for desktop via QR code
This commit is contained in:
@@ -1392,6 +1392,18 @@ button.create-place {
|
||||
|
||||
.nostr-connect-status {
|
||||
margin-top: 1.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.qr-code-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.qr-code-container canvas {
|
||||
border-radius: 8px;
|
||||
background: white; /* Ensure good contrast for scanning */
|
||||
}
|
||||
|
||||
/* Modal */
|
||||
|
||||
Reference in New Issue
Block a user