added support for qrcode scanner
This commit is contained in:
parent
9209940c8b
commit
159ceee88b
4 changed files with 190 additions and 10 deletions
|
|
@ -25,6 +25,7 @@ html, body {height: 100%;}
|
|||
padding: 5px 2rem;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.bottom-copay {
|
||||
|
|
@ -427,3 +428,8 @@ a.loading {
|
|||
background: #fff;
|
||||
}
|
||||
|
||||
#qr-canvas { display: none; }
|
||||
#qrcode-scanner-video {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue