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:
parent
a87eb60051
commit
a75497103c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user