This commit is contained in:
2023-09-18 00:25:09 +03:00
parent 9b7fbe8fd3
commit 96c1b23362
7 changed files with 64 additions and 9 deletions

View File

@@ -461,6 +461,21 @@
margin-left: 5px;
}
.loader_show_message.show{
width: 40px;
height: 40px;
margin-left: 5px;
display: inline-block;
}
.loader_show_message{
display: none;
}
.send-message.hide{
display: none;
}
.errors{
color: red;
font-size: 11px;
@@ -676,22 +691,24 @@
.file_border_cont{
padding: 5%;
width: 95%;
height: 100%;
width: 90%;
height: 90%;
}
.left_part_file_w{
width: 20%;
width: 10%;
height: 100%;
float: left;
}
.right_part_file_w{
width: 80%;
width: 85%;
height: 100%;
color: #FFFFFF;
font-size: 14px;
float: right;
overflow-wrap: break-word;
padding-left: 5%;
}
.right_part_file_w.left{
color: #000000;