0.0.26
This commit is contained in:
@@ -324,8 +324,9 @@
|
||||
.container-messages{
|
||||
height: 74%;
|
||||
width: 100%;
|
||||
/*min-height: 376px;*/
|
||||
/*transform: rotate(180deg);*/
|
||||
overflow-y: auto;
|
||||
-webkit-transform: scaleY(-1);
|
||||
}
|
||||
|
||||
.footer-chat{
|
||||
@@ -481,14 +482,23 @@
|
||||
height: 90px;
|
||||
margin-bottom: 70px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.container-message_support_chat.left{
|
||||
float: left;
|
||||
display: block;
|
||||
/* transform: rotate(180deg); */
|
||||
/* transform: scaleY(-1); */
|
||||
-webkit-transform: scaleY(-1);
|
||||
}
|
||||
|
||||
.container-message_support_chat.right{
|
||||
float: right;
|
||||
display: block;
|
||||
/* transform: rotate(180deg); */
|
||||
/* transform: scaleY(-1); */
|
||||
-webkit-transform: scaleY(-1);
|
||||
}
|
||||
|
||||
.block_avatar_message{
|
||||
@@ -499,11 +509,13 @@
|
||||
|
||||
.block_avatar_message.left{
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.block_avatar_message.right{
|
||||
float: right;
|
||||
margin-left: 20px;
|
||||
/*margin-left: 20px;*/
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.block_avatar_message > img{
|
||||
|
||||
Reference in New Issue
Block a user