diff --git a/static/embed.vue b/static/embed.vue
index 09e396e..6459490 100644
--- a/static/embed.vue
+++ b/static/embed.vue
@@ -12,6 +12,26 @@
powered by LNbits
+
-
- Start the conversation.
-
@@ -53,17 +70,6 @@
type="submit"
:disable="!messageInput || sending"
>
-
- Open public chat
-
Fund balance
-
- Minimize
-
Payment required ( sats)
@@ -224,6 +221,18 @@ body {
height: 100%;
}
+.chat-embed-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ gap: 8px;
+}
+
+.chat-embed-actions {
+ display: flex;
+ gap: 8px;
+}
+
.chat-container {
flex: 1 1 auto;
overflow-y: auto;