This commit is contained in:
2023-08-02 12:21:25 +03:00
parent e322f5e0c1
commit de07bdca0f
3 changed files with 16 additions and 2 deletions

View File

@@ -324,6 +324,7 @@
.container-messages{
height: 63%;
width: 100%;
min-height: 440px;
}
.footer-chat{
@@ -455,10 +456,18 @@
width: 100%;
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
height: 60px;
background: #FFFFFF;
/*padding: 20px;*/
margin-bottom: 40px;
border-radius: 3px;
}
.name_ticket > span{
padding: 20px;
font-size: 16px;
display: block;
}
.insert_users{
min-height: 440px;
}