Skip to content
Snippets Groups Projects
Commit 2dca4181 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix QRcode on android device (do not mangle JS file, when uglify)

[enh] QRCode: Change the JS lib, and generate as SVG
[enh] QRCode: Generate SVG when loaded wallet data
[enh] QRCode: toggle in fullscreen, on small screen
parent c3cd6228
No related branches found
No related tags found
No related merge requests found
...@@ -1176,14 +1176,8 @@ html, body { ...@@ -1176,14 +1176,8 @@ html, body {
.view-identity, .view-identity,
.view-identity-tx { .view-identity-tx {
.hero.hero-qrcode-active {
h1, h2, h3, h4, h5, i.avatar {
//margin-right: 200px;
}
}
.qrcode.on.active { .qrcode.on.active {
width: 100%; width: calc(min(100vh - 125px, 100vw));
height: 100%; height: 100%;
z-index: 10001; z-index: 10001;
svg, img { svg, img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment