From 81dd559c77908b7805690aa7fa1de54ce3a45580 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 2 Jun 2023 14:32:52 -0300 Subject: pretty and suspend/resume option --- .../taler-wallet-webextension/src/pwa/index.html | 75 +++++++++++----------- 1 file changed, 37 insertions(+), 38 deletions(-) (limited to 'packages/taler-wallet-webextension/src/pwa/index.html') diff --git a/packages/taler-wallet-webextension/src/pwa/index.html b/packages/taler-wallet-webextension/src/pwa/index.html index abc6f97ba..4ffbe5205 100644 --- a/packages/taler-wallet-webextension/src/pwa/index.html +++ b/packages/taler-wallet-webextension/src/pwa/index.html @@ -7,11 +7,11 @@ position: absolute; top: 0px; display: none; -width: 100%; -height: 100%; -background-color: rgba(0,0,0,0.5); -color:white; -justify-content: center; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.5); + color: white; + justify-content: center; } .overlay > iframe { margin: auto; @@ -21,21 +21,21 @@ justify-content: center; - + - + } catch (error) { + console.error(`Registration failed with ${error}`); + } + } + + -- cgit v1.2.3