[accelerator] improve btcpay QR codes
This commit is contained in:
parent
3ecc8ae8cf
commit
ce31d0512c
@ -1,9 +1,10 @@
|
||||
img {
|
||||
position: absolute;
|
||||
top: 67px;
|
||||
left: 67px;
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.holder {
|
||||
|
@ -37,7 +37,7 @@ export class QrcodeComponent implements AfterViewInit {
|
||||
return;
|
||||
}
|
||||
const opts: QRCode.QRCodeRenderersOptions = {
|
||||
errorCorrectionLevel: 'L',
|
||||
errorCorrectionLevel: 'M',
|
||||
margin: 0,
|
||||
color: {
|
||||
dark: '#000',
|
||||
|
BIN
frontend/src/resources/bitcoin-logo.png
Normal file
BIN
frontend/src/resources/bitcoin-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
frontend/src/resources/lightning-logo.png
Normal file
BIN
frontend/src/resources/lightning-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Loading…
x
Reference in New Issue
Block a user