From fbfdbc60836f30a2810de08e724508baf7168873 Mon Sep 17 00:00:00 2001 From: Romain Mallard Date: Wed, 11 Mar 2026 14:18:48 +0100 Subject: [PATCH] FIX the fix --- src/components/widget/chatWidget.css | 12 ++++-------- src/config.js | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/components/widget/chatWidget.css b/src/components/widget/chatWidget.css index 4111d42..5c3fcf8 100644 --- a/src/components/widget/chatWidget.css +++ b/src/components/widget/chatWidget.css @@ -14,11 +14,10 @@ display: flex; flex-direction: row; justify-content: space-between; - gap: 0.5rem; padding: 8px; overflow-y: auto; - height: 20%; + height: 10%; } .convList{ @@ -43,17 +42,15 @@ .senderBox{ display: flex; - height: 20%; + height: 18%; } .senderBox * { border: 0px; padding: 0px; - } -.textbox{ - +.textbox{ width: 70%; } @@ -64,7 +61,7 @@ width: 70%; .messageCard { - height: auto; + height: 70%; display: flex; flex-direction: column; gap: 0.5rem; @@ -102,7 +99,6 @@ width: 70%; .createConvBox > * { margin: 5px; - } .convUtils{ diff --git a/src/config.js b/src/config.js index 8fe7624..09c1910 100644 --- a/src/config.js +++ b/src/config.js @@ -1,5 +1,5 @@ -//export const API_BASE = "http://localhost:7080"; +export const API_BASE = "http://localhost:7080"; -export const API_BASE = "https://79.137.75.155/hotel-demo/api/"; +//export const API_BASE = "https://79.137.75.155/hotel-demo/api/"; //export const API_BASE = "https://79.137.75.155:5090"; \ No newline at end of file