From 3d660af2b982a6ff4a3400275b178ebfbfb8a49f Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Wed, 16 Apr 2025 22:12:41 +0330 Subject: [PATCH] Fix chat box and make it responsive --- .../product/ChatBox/ChatBoxContainer.vue | 46 +++++++++++-------- .../components/product/ChatBox/ChatButton.vue | 40 ++++++++++++---- .../components/product/ChatBox/ChatInput.vue | 32 +++++-------- .../product/ChatBox/ChatMessage.vue | 19 ++++++-- 4 files changed, 83 insertions(+), 54 deletions(-) diff --git a/frontend/components/product/ChatBox/ChatBoxContainer.vue b/frontend/components/product/ChatBox/ChatBoxContainer.vue index 3e40912..4c43034 100644 --- a/frontend/components/product/ChatBox/ChatBoxContainer.vue +++ b/frontend/components/product/ChatBox/ChatBoxContainer.vue @@ -1,7 +1,6 @@