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;
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{