This commit is contained in:
2023-11-06 16:31:07 +03:00
parent ac95ac04bc
commit c68c7b6109

View File

@@ -435,7 +435,7 @@
} }
.bottom_part_of_chats{ .bottom_part_of_chats{
height: calc(100% - 60px); height: calc(100% - 39px);
position: relative; position: relative;
} }
@@ -445,7 +445,7 @@
background: #FFF; background: #FFF;
width: calc(100% - 40px); width: calc(100% - 40px);
height: 60px; height: 60px;
padding: 20px; padding: 10px 20px;
} }
.header-chat-left-part{ .header-chat-left-part{
@@ -721,7 +721,7 @@
.container-message_support_chat{ .container-message_support_chat{
width: 60%; width: 60%;
min-height: 90px; min-height: 90px;
margin-bottom: 70px; margin-bottom: 35px;
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;
@@ -811,7 +811,7 @@
width: 85%; width: 85%;
height: 100%; height: 100%;
color: #FFFFFF; color: #FFFFFF;
font-size: 14px; font-size: 12px;
float: right; float: right;
overflow-wrap: break-word; overflow-wrap: break-word;
padding-left: 5%; padding-left: 5%;