FIX the fix
All checks were successful
Deploy React / build-and-deploy (push) Successful in 16s

This commit is contained in:
2026-03-11 14:18:48 +01:00
parent 7ae740203d
commit fbfdbc6083
2 changed files with 6 additions and 10 deletions

View File

@@ -14,11 +14,10 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
gap: 0.5rem; gap: 0.5rem;
padding: 8px; padding: 8px;
overflow-y: auto; overflow-y: auto;
height: 20%; height: 10%;
} }
.convList{ .convList{
@@ -43,17 +42,15 @@
.senderBox{ .senderBox{
display: flex; display: flex;
height: 20%; height: 18%;
} }
.senderBox * { .senderBox * {
border: 0px; border: 0px;
padding: 0px; padding: 0px;
} }
.textbox{ .textbox{
width: 70%; width: 70%;
} }
@@ -64,7 +61,7 @@ width: 70%;
.messageCard { .messageCard {
height: auto; height: 70%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.5rem; gap: 0.5rem;
@@ -102,7 +99,6 @@ width: 70%;
.createConvBox > * { .createConvBox > * {
margin: 5px; margin: 5px;
} }
.convUtils{ .convUtils{

View File

@@ -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"; //export const API_BASE = "https://79.137.75.155:5090";