[accelerator] improve btcpay QR codes

This commit is contained in:
Mononaut 2024-06-30 07:32:04 +00:00
parent 3ecc8ae8cf
commit ce31d0512c
No known key found for this signature in database
GPG key ID: A3F058E41374C04E
4 changed files with 6 additions and 5 deletions

View file

@ -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 {

View file

@ -37,7 +37,7 @@ export class QrcodeComponent implements AfterViewInit {
return;
}
const opts: QRCode.QRCodeRenderersOptions = {
errorCorrectionLevel: 'L',
errorCorrectionLevel: 'M',
margin: 0,
color: {
dark: '#000',

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB