From 450b562db9129b34d58e08322aeced9cdec1e158 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Fri, 3 May 2024 13:09:59 +0200 Subject: [PATCH] ui: Small fixes --- basicswap/templates/offers.html | 2 +- basicswap/templates/wallet.html | 22 ++++++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html index 911dd53..62da79b 100644 --- a/basicswap/templates/offers.html +++ b/basicswap/templates/offers.html @@ -65,7 +65,7 @@ -
+
{% if 'BTC' in enabled_chart_coins %}
diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index 059b327..bee4d87 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -251,7 +251,8 @@
{{ w.name }} Stealth Address:
-
{{ w.stealth_address }}
+
{{ w.stealth_address }} +
-
+
+ +
-
+
+ +
{{ w.name }} MWEB Address:
-
{{ w.mweb_address }}
+
{{ w.mweb_address }}
+
+
+
+ +