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
})
},