diff --git a/frontend/src/components/localchat/AiChatMain.vue b/frontend/src/components/localchat/AiChatMain.vue
index 72cbd50..8512bd0 100644
--- a/frontend/src/components/localchat/AiChatMain.vue
+++ b/frontend/src/components/localchat/AiChatMain.vue
@@ -230,14 +230,14 @@ const uploadImage = async (event: any) => {
-
+
-
diff --git a/frontend/src/components/localchat/ChatContent.vue b/frontend/src/components/localchat/ChatContent.vue
index c045e14..8c63c60 100644
--- a/frontend/src/components/localchat/ChatContent.vue
+++ b/frontend/src/components/localchat/ChatContent.vue
@@ -320,4 +320,15 @@ $win10-light-grey: #f2f2f2;
/* -webkit-box-orient: vertical; */
/* overflow: hidden; */
}
+
+@media screen and (max-width: 768px) {
+ .chatContentContainer {
+ display: flex;
+ flex-direction: column;
+
+ .message-area {
+ flex: 1 !important;
+ }
+ }
+}
\ No newline at end of file
diff --git a/frontend/src/components/localchat/ChatDomain.vue b/frontend/src/components/localchat/ChatDomain.vue
index 4407433..3432421 100644
--- a/frontend/src/components/localchat/ChatDomain.vue
+++ b/frontend/src/components/localchat/ChatDomain.vue
@@ -64,11 +64,11 @@
-
-