From 2dca418166f08e7d41e8ead2b0f544f3bff6c086 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Thu, 12 Mar 2020 15:48:54 +0100
Subject: [PATCH] [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

---
 scss/ionic.app.scss | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss
index b927fd9ec..7e6e40388 100644
--- a/scss/ionic.app.scss
+++ b/scss/ionic.app.scss
@@ -1176,14 +1176,8 @@ html, body {
   .view-identity,
   .view-identity-tx {
 
-    .hero.hero-qrcode-active {
-      h1, h2, h3, h4, h5, i.avatar {
-        //margin-right: 200px;
-      }
-    }
-
     .qrcode.on.active {
-      width: 100%;
+      width: calc(min(100vh - 125px, 100vw));
       height: 100%;
       z-index: 10001;
       svg, img {
-- 
GitLab