Merge remote-tracking branch 'origin/ereali' into apommier

This commit is contained in:
Alexandre POMMIER 2023-06-24 15:39:27 +02:00
commit e44320a88f
3 changed files with 9 additions and 6 deletions

View File

@ -18,7 +18,7 @@
/* background-color: #5843e4; */
/* border-color: white; */
overflow: scroll;
height: 70vh;
height: 68vh;
}
.profilePic{

View File

@ -19,7 +19,8 @@ select{
border: 0!important;
margin: 5px;
font-size: 18px;
border-radius: 6px;
padding: 5px;
border-radius: 1000px;
}
.modal{
@ -54,6 +55,7 @@ select{
height: 74vh;
width: 30%;
overflow: scroll;
border-radius: 0px 0px 0px 10px;
/* width: 2rem; */
/* height: 4rem; */
}
@ -131,16 +133,17 @@ select{
}
.messages{
background-color: rgb(26, 26, 26);
/* background-color: rgb(26, 26, 26); */
/* height: calc(100% - 118px); */
width: 70%;
/* height: 300px; */
border-radius: 0px 0px 10px 0px;
overflow: scroll;
}
.input{
display: flex;
height: 50px;
height: 6vh;
background-color: white;
color:#060b26;
border: none;

View File

@ -81,9 +81,9 @@
border-radius: 50%;
border: thick;
border-color: red;
margin-left: 20px;
/* border-image: linear-gradient(90deg, #5843e4, #5a0760); */
/* margin-top: 20px; */
}
.home{
@ -101,7 +101,7 @@
color: white;
background-color: #5843e4;
border-radius: 20px;
padding: 20px 500px;
padding: 1.3% 30%;
font-size: 1.7rem;
text-decoration: none;
font-weight: bold;