1
1
mirror of https://github.com/bumi/lntip synced 2026-02-14 05:07:49 +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

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;