0.0.29
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
/*tech support classes*/
|
||||
|
||||
|
||||
/*uni classes*/
|
||||
.width-100{
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/**/
|
||||
|
||||
.title-profile-cont{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
@@ -326,7 +333,9 @@
|
||||
width: 100%;
|
||||
/*transform: rotate(180deg);*/
|
||||
overflow-y: auto;
|
||||
transform: scaleY(-1);
|
||||
/*transform: scaleY(-1);*/
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
|
||||
@@ -440,8 +449,18 @@
|
||||
width: 20%;
|
||||
height: 100%;
|
||||
float: right;
|
||||
padding-top: 10%;
|
||||
}
|
||||
|
||||
|
||||
.cost-messages-in-user-tab-messenger{
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
background: #FF613A;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
.user_avatar_messenger{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@@ -456,6 +475,7 @@
|
||||
.last-message-messenger-user-tab{
|
||||
font-size: 12px;
|
||||
color: #27242499;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*messenger with support*/
|
||||
@@ -496,7 +516,7 @@
|
||||
display: block;
|
||||
/* transform: rotate(180deg); */
|
||||
/* transform: scaleY(-1); */
|
||||
transform: scaleY(-1);
|
||||
/*transform: scaleY(-1);*/
|
||||
}
|
||||
|
||||
.container-message_support_chat.right{
|
||||
@@ -504,7 +524,7 @@
|
||||
display: block;
|
||||
/* transform: rotate(180deg); */
|
||||
/* transform: scaleY(-1); */
|
||||
transform: scaleY(-1);
|
||||
/*transform: scaleY(-1);*/
|
||||
}
|
||||
|
||||
.block_avatar_message{
|
||||
|
||||
Reference in New Issue
Block a user