0.0.33
This commit is contained in:
@@ -329,13 +329,14 @@
|
||||
}
|
||||
|
||||
.container-messages{
|
||||
height: 74%;
|
||||
height: calc(74% - 70px);
|
||||
width: 100%;
|
||||
/*transform: rotate(180deg);*/
|
||||
/* transform: rotate(180deg); */
|
||||
overflow-y: auto;
|
||||
/*transform: scaleY(-1);*/
|
||||
/* transform: scaleY(-1); */
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
|
||||
@@ -512,6 +513,7 @@
|
||||
|
||||
.insert_users{
|
||||
/*min-height: 440px;*/
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/*messgae*/
|
||||
@@ -581,7 +583,7 @@
|
||||
|
||||
.container_text_message{
|
||||
width: 100%;
|
||||
min-height: 60px;
|
||||
/*min-height: 60px;*/
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user