From 330fceaf3476cfed27724283000ee6f3e1cd71b5 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 13 Feb 2023 11:50:18 +0200 Subject: [PATCH] feat: small UI improvements --- templates/nostrrelay/public.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/templates/nostrrelay/public.html b/templates/nostrrelay/public.html index 1a7a96b..a0ec3c3 100644 --- a/templates/nostrrelay/public.html +++ b/templates/nostrrelay/public.html @@ -46,8 +46,10 @@ :content-inset-level="0.5" default-opened > -
- +
+
+
+
+
+
@@ -167,6 +171,7 @@ pubkey: this.pubkey } ) + console.log('### data.invoice', data.invoice) this.joinInvoice = data.invoice } catch (error) { LNbits.utils.notifyApiError(error)