5
This commit is contained in:
@@ -969,10 +969,10 @@
|
|||||||
|
|
||||||
|
|
||||||
.left-part-block-enter-message{
|
.left-part-block-enter-message{
|
||||||
width: 70%;
|
width: calc(70% - 74px);
|
||||||
}
|
}
|
||||||
.right-part-block-enter-message{
|
.right-part-block-enter-message{
|
||||||
width: 30%;
|
width: 74px;
|
||||||
}
|
}
|
||||||
.container-message_support_chat{
|
.container-message_support_chat{
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
|||||||
@@ -575,12 +575,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.left-part-block-enter-message{
|
.left-part-block-enter-message{
|
||||||
width: 80%;
|
width: calc(80% - 74px);
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-part-block-enter-message{
|
.right-part-block-enter-message{
|
||||||
width: 20%;
|
width: 74px;
|
||||||
float: right;
|
float: right;
|
||||||
padding-top: 11px;
|
padding-top: 11px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|||||||
Reference in New Issue
Block a user