From 518786846fed0877019cee15bae137ca8f15ec51 Mon Sep 17 00:00:00 2001 From: abel30567 Date: Sun, 20 Jun 2021 11:48:41 -0400 Subject: [PATCH] fixed safari iphone issue where Prove Sending fields appear when user is in Decode outputs tab --- src/templates/css/style.css | 6 ++++++ src/templates/partials/tx_details.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/templates/css/style.css b/src/templates/css/style.css index ac4336b..c0d9cc6 100644 --- a/src/templates/css/style.css +++ b/src/templates/css/style.css @@ -101,6 +101,7 @@ form { bottom: 0; padding: 20px; border: 1px solid #ccc; + display: none; } [type=radio]:checked ~ label { @@ -113,6 +114,11 @@ form { z-index: 1; } +#tab-1:checked ~ .content.tab-1, +#tab-2:checked ~ .content.tab-2 { + display: block; +} + input#toggle-1[type=checkbox] { position: absolute; /*top: -9999px;*/ diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html index ef217fc..ad0412c 100644 --- a/src/templates/partials/tx_details.html +++ b/src/templates/partials/tx_details.html @@ -80,7 +80,7 @@
-
+

Check which outputs belong to given Monero address/subaddress and viewkey

For RingCT transactions, outputs' amounts are also decoded @@ -102,7 +102,7 @@ -
+

Prove to someone that you have sent them Monero in this transaction

Tx private key can be obtained using get_tx_key