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