correct work icons right or left of the curtain

This commit is contained in:
SBD
2023-12-17 08:42:50 +03:00
parent 791ac8d436
commit 4388414ac2

View File

@@ -1942,6 +1942,16 @@
bottom: -2px;
position: relative;
}
.menu_buttons.left.open {
left: 0;
transition: 200ms;
position: fixed;
float: unset;
padding-top: 10px;
height: 100vh;
max-height: 100vh;
width: calc(100vw - 35px);
}
.menu_buttons.left.open.first.filters .btns_f_curtain {
transition: 200ms;
transform: rotate(270deg);