mirror of
https://github.com/bumi/lntip
synced 2025-06-17 02:05: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%;
|
width: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
.lnme-qrcode > canvas {
|
||||||
|
border: 5px solid #fff;
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
.lnme-details {
|
.lnme-details {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user