[accelerator] improve btcpay QR codes
This commit is contained in:
parent
3ecc8ae8cf
commit
ce31d0512c
@ -1,9 +1,10 @@
|
|||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 67px;
|
top: 50%;
|
||||||
left: 67px;
|
left: 50%;
|
||||||
width: 65px;
|
width: 42px;
|
||||||
height: 65px;
|
height: 42px;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.holder {
|
.holder {
|
||||||
|
@ -37,7 +37,7 @@ export class QrcodeComponent implements AfterViewInit {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const opts: QRCode.QRCodeRenderersOptions = {
|
const opts: QRCode.QRCodeRenderersOptions = {
|
||||||
errorCorrectionLevel: 'L',
|
errorCorrectionLevel: 'M',
|
||||||
margin: 0,
|
margin: 0,
|
||||||
color: {
|
color: {
|
||||||
dark: '#000',
|
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