Add qr code to wallet secret and qr scanner at join page
This commit is contained in:
parent
71448828f2
commit
45f4352ec4
6 changed files with 146 additions and 11 deletions
16
css/main.css
16
css/main.css
|
|
@ -999,4 +999,20 @@ a.text-white:hover {color: #ccc;}
|
|||
border: 0;
|
||||
}
|
||||
|
||||
.panel qrcode {
|
||||
float: left;
|
||||
width: 260px;
|
||||
height: 260px;
|
||||
padding: 5px 0 0 5px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.panel .secret {
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
overflow-wrap: break-word;
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue