From 4fb847b603abfe50251d4f343538dcb4442e80f3 Mon Sep 17 00:00:00 2001 From: Sebastiaan Pasma Date: Tue, 3 Jul 2018 11:58:29 +0200 Subject: [PATCH 1/2] fix on qr-icon --- src/sass/qr.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sass/qr.scss b/src/sass/qr.scss index 3f8c9f104..056ab531f 100644 --- a/src/sass/qr.scss +++ b/src/sass/qr.scss @@ -1,14 +1,15 @@ qrcode { + position: relative; &.qr-icon { &::before { content: ""; background-size: 100% 100%; display: block; - margin-left: calc(50% - 22px); + left: 88px; margin-top: 88px; width: 44px; height: 44px; - position: absolute; + position:absolute; } &--bch::before { background-image: url('../img/qr-overlay-bch.png'); From 6fcc08617e74186679d2ea1a2a58e6eb11fd278c Mon Sep 17 00:00:00 2001 From: Sebastiaan Pasma Date: Tue, 3 Jul 2018 12:06:44 +0200 Subject: [PATCH 2/2] renaming qr overlay classes --- src/sass/qr.scss | 2 +- www/views/tab-receive.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/qr.scss b/src/sass/qr.scss index 056ab531f..62fd12eb7 100644 --- a/src/sass/qr.scss +++ b/src/sass/qr.scss @@ -1,6 +1,6 @@ qrcode { position: relative; - &.qr-icon { + &.qr-overlay { &::before { content: ""; background-size: 100% 100%; diff --git a/www/views/tab-receive.html b/www/views/tab-receive.html index 3dd8ce94a..12076812f 100644 --- a/www/views/tab-receive.html +++ b/www/views/tab-receive.html @@ -41,7 +41,7 @@ - +
{{addr}}