+ QR-Code support for wallets

This commit is contained in:
Taegus
2019-03-19 20:04:49 +01:00
parent 3828637680
commit b5a3ec27c8
7 changed files with 77 additions and 2 deletions

View File

@@ -121,6 +121,10 @@ body.pg-loaded > .inner {
height: 100px;
}
#dlgShowAddressQRCode .modalBody {
height: 300px;
}
#dlgAboutInfo .modalBody {
height: 180px;
}
@@ -424,4 +428,8 @@ div.noAddressWrapper {
#chartMarketPrice {
height: calc(100vh - 260px);
}
#addrQRCode {
text-align: center;
}