This commit is contained in:
SBD
2023-11-18 13:43:52 +03:00
parent 494ff26fdd
commit 7ae8d0ce48
3 changed files with 29 additions and 11 deletions

View File

@@ -2229,6 +2229,10 @@
/*display: none;*/
}
.menu_buttons.filters{
width: 320px;
}
/* for curtain right*/
.cut_width_f_curtain{
@@ -2321,6 +2325,18 @@
}
.menu_buttons.left.open.filters{
width: 300px;
background: #FFFFFF;
border-radius: 10px;
max-height: 83vh;
left: 0;
padding: 10px;
transition: 200ms;
/* position: fixed; */
float: left;
}
.support .menu_buttons.left.open{
margin-top: 49px;
}