1
1
mirror of https://github.com/bumi/lntip synced 2025-06-16 17:55:35 +00:00

Improve scanability fo QR code

My camera had issues with the colored background. Adding this css helped.
This commit is contained in:
mbarkhau 2021-07-13 11:27:48 +00:00 committed by GitHub
parent a87eb60051
commit a75497103c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,10 @@
width: 100%;
white-space: nowrap;
}
.lnme-qrcode > canvas {
border: 5px solid #fff;
background: #fff;
}
.lnme-details {
text-overflow: ellipsis;
overflow: hidden;