This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -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";
|
||||
Reference in New Issue
Block a user