From e198e52756f0e281ac94d00505b1e19ab72a80b0 Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Tue, 20 Apr 2021 19:01:06 +0100 Subject: [PATCH] Changed size lnurl --- .../extensions/copilot/templates/copilot/compose.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html index 15e86914..29870358 100644 --- a/lnbits/extensions/copilot/templates/copilot/compose.html +++ b/lnbits/extensions/copilot/templates/copilot/compose.html @@ -15,13 +15,13 @@
@@ -43,7 +43,7 @@ class="text-bold fixed-bottom-left" style=" margin: 60px 60px; - font-size: 150px; + font-size: 110px; text-shadow: 4px 8px 4px black; color: white; " @@ -103,7 +103,7 @@ icon: 'chat_bubble_outline', html: true, message: '

' + userMessage + '

', - position: 'top-left', + position: 'top-right', timeout: 5000 }) },