From 67c40ee3801b8b01a9473273607358be852cddd8 Mon Sep 17 00:00:00 2001 From: CalDescent <> Date: Fri, 15 Jul 2022 15:36:16 +0100 Subject: [PATCH] Move QR code to the right, as a quick fix to avoid overlapping ARRR sapling address. We might need to rethink the layout of this screen. --- qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js b/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js index df1c8647..16bae5fb 100644 --- a/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js +++ b/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js @@ -510,7 +510,7 @@ class MultiWallet extends LitElement { .qrcode-pos { margin-top: -180px; - margin-left: 425px; + margin-left: 800px; } @media (max-width: 863px) {