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

Merge pull request #8 from mbarkhau/patch-1

Improve scanability fo QR code
This commit is contained in:
bumi 2021-08-26 11:02:47 +02:00 committed by GitHub
commit 3c97f31e03
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;