This commit is contained in:
2023-10-29 22:20:02 +03:00
parent 928c737ead
commit c6edd2c533
5 changed files with 95 additions and 50 deletions

View File

@@ -378,7 +378,7 @@
}
.block-chat{
width: 67%;
width: 66%;
height: 63vh;
border-radius: 10px;
border: 1px solid #E6E6E6;
@@ -400,6 +400,11 @@
overflow-y: auto;
}
.bottom_part_of_chats{
height: calc(100% - 60px);
position: relative;
}
.container-header-chat{
border-radius: 10px;
border: 1px solid #E6E6E6;
@@ -443,7 +448,7 @@
}
.container-messages{
height: calc(74% - 70px);
height: calc(100% - 175px);
width: 100%;
/* transform: rotate(180deg); */
overflow-y: auto;
@@ -466,6 +471,8 @@
border-radius: 10px;
border: 1px solid #E6E6E6;
padding: 0 20px 0 20px;
position: absolute;
bottom: 43px;
}
.footer-chat.hide{
@@ -2109,4 +2116,17 @@
border-radius: 10px;
font-weight: 600;
font-size: 18px;
}
/*p_main corrects*/
.a_btn_standart{
padding: 20px 76px;
border-radius: 10px;
background: #FF613A;
display: block;
color: #FFFFFF;
font-size: 16px;
margin: 0;
max-width: 330px;
}