diff --git a/static/style.css b/static/style.css index 2a332d0..4365e62 100644 --- a/static/style.css +++ b/static/style.css @@ -5,11 +5,6 @@ html { } /* Stuff for message boxes */ -.message-content { - background-color: #303030; - border-radius: 5px; - padding: 10px; -} #chat-messages .message-content pre { overflow-x: auto; diff --git a/views/chat.html b/views/chat.html index a65c365..1a3b2e2 100644 --- a/views/chat.html +++ b/views/chat.html @@ -14,7 +14,11 @@ + class="chat-input" hx-include="[name='message'], [name^='model-check-']"> + + + + diff --git a/views/partials/message-user.html b/views/partials/message-user.html index f6325ae..ed71200 100644 --- a/views/partials/message-user.html +++ b/views/partials/message-user.html @@ -1,5 +1,5 @@
-
+
User Image @@ -7,18 +7,45 @@
-
-
+
+
+
+

+ You +

+
{{ Content|safe }}
-
+
+ + +
-
\ No newline at end of file +
+ + \ No newline at end of file diff --git a/views/partials/popover-models.html b/views/partials/popover-models.html index 422fe2b..0261c98 100644 --- a/views/partials/popover-models.html +++ b/views/partials/popover-models.html @@ -1,7 +1,7 @@