1
1
mirror of https://github.com/bumi/lntip synced 2026-02-14 05:07:49 +00:00

Merge pull request #8 from mbarkhau/patch-1

Improve scanability fo QR code
This commit is contained in:
2021-08-26 11:02:47 +02:00
committed by GitHub

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;