This commit is contained in:
SBD
2024-01-31 14:46:18 +03:00
parent 60636daeb8
commit 422373f00e
2 changed files with 4 additions and 4 deletions

View File

@@ -969,10 +969,10 @@
.left-part-block-enter-message{
width: 70%;
width: calc(70% - 74px);
}
.right-part-block-enter-message{
width: 30%;
width: 74px;
}
.container-message_support_chat{
width: 70%;

View File

@@ -575,12 +575,12 @@
}
.left-part-block-enter-message{
width: 80%;
width: calc(80% - 74px);
float: left;
}
.right-part-block-enter-message{
width: 20%;
width: 74px;
float: right;
padding-top: 11px;
text-align: right;