This commit is contained in:
2023-11-10 19:14:00 +03:00
parent ae9902965a
commit 405cae84fe
4 changed files with 19 additions and 11 deletions

View File

@@ -2207,6 +2207,7 @@
position: absolute;
width: 320px;
opacity: 0;
/*display: none;*/
}
/* for curtain right*/
@@ -2218,6 +2219,8 @@
margin: auto;
z-index: 10002;
top: 61px;
float: right;
height: 695px;
}
.menu_buttons{
@@ -2266,6 +2269,8 @@
padding-top: 10px;
float: left;
width: 33%;
background: #FFFFFF;
border-radius: 10px;
}
.handler_menu.left.close{
background: #FF613A;
@@ -2354,6 +2359,7 @@
overflow-y: auto;
height: calc(100vh - 120px);
max-height: 667px;
background: #F8F8F8;
}
.menu_profile.background{