This commit is contained in:
2023-11-12 16:06:24 +03:00
parent e4849ec659
commit 259d6662fe
3 changed files with 28 additions and 9 deletions

View File

@@ -533,6 +533,9 @@
padding-top: 10px;
width: 320px;
}
.support .menu_buttons.left.open{
margin-top: 0;
}
.handler_menu.left.close{
background: #FF613A;
color: #FFFFFF;

View File

@@ -622,13 +622,13 @@
}
.left-part-tab-user{
width: 20%;
width: 11%;
height: 100%;
float: left;
padding-top: 4%;
}
.center-part-tab-user{
width: 60%;
width: 65%;
height: 100%;
display: inline-block;
padding-top: 5%;
@@ -638,7 +638,7 @@
width: 12%;
height: 100%;
float: right;
padding-top: 9%;
padding-top: 7%;
}
.icon_unread_messages{
@@ -2297,7 +2297,13 @@
background: #FFFFFF;
border-radius: 10px;
max-height: 83vh;
}
.support .menu_buttons.left.open{
margin-top: 49px;
}
.handler_menu.left.close{
background: #FF613A;
color: #FFFFFF;