From a001b9ab2823527bbfafbae3863493551e17f2d0 Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Tue, 20 Apr 2021 12:42:58 +0100 Subject: [PATCH] moved messages to top left --- lnbits/extensions/copilot/templates/copilot/compose.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html index 9177c6b16..db9b64aa4 100644 --- a/lnbits/extensions/copilot/templates/copilot/compose.html +++ b/lnbits/extensions/copilot/templates/copilot/compose.html @@ -100,9 +100,10 @@ ] this.$q.notify({ color: colour, + icon: 'chat_bubble_outline', html: true, message: '

' + userMessage + '

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