gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: center QR code


From: gnunet
Subject: [taler-wallet-core] branch master updated: center QR code
Date: Fri, 28 Oct 2022 16:42:55 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 6b850030d center QR code
6b850030d is described below

commit 6b850030dc2ea5404af7fb777e38b31eef70b273
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 28 16:42:52 2022 +0200

    center QR code
---
 build-system/taler-build-scripts           | 2 +-
 packages/demobank-ui/src/components/QR.tsx | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index 355a31726..38c168b11 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit 355a3172699b96f1040edcb577c07a681802b3ae
+Subproject commit 38c168b11eeeab93562ffa74b3e2aff4b596c77a
diff --git a/packages/demobank-ui/src/components/QR.tsx 
b/packages/demobank-ui/src/components/QR.tsx
index f154ddebe..198e7b4c6 100644
--- a/packages/demobank-ui/src/components/QR.tsx
+++ b/packages/demobank-ui/src/components/QR.tsx
@@ -40,7 +40,13 @@ export function QR({ text }: { text: string }): VNode {
       }}
     >
       <div
-        style={{ width: "50%", minWidth: 200, maxWidth: 300 }}
+        style={{
+            width: "50%",
+            minWidth: 200,
+            maxWidth: 300,
+            marginRight: "auto",
+            marginLeft: "auto",
+        }}
         ref={divRef}
       />
     </div>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]