correct work curtain at routes_find_routes

This commit is contained in:
SBD
2023-12-17 08:39:47 +03:00
parent a3d6f498b1
commit 791ac8d436
2 changed files with 64 additions and 4 deletions

View File

@@ -1904,6 +1904,66 @@
top: 35%;
left: 34%;
}
.menu_buttons.left.open.filters {
width: calc(100vw - 35px);
background: #FFFFFF;
border-radius: 10px;
height: 100vh;
left: 19px;
padding: 13px;
/* position: fixed; */
float: left;
text-align: left;
position: absolute;
top: 0;
transition: 0ms;
scrollbar-width: none;
box-sizing: border-box;
}
.menu_buttons.right.open {
right: 0;
transition: 200ms;
position: fixed;
display: block;
padding-top: 10px;
top: 35px;
background: #ffffff;
width: calc(100vw - 35px);
}
.menu_profile>div {
width: 80%;
}
.menu_buttons.close .btns_f_curtain {
transition: 200ms;
transform: rotate(270deg);
filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(162deg) brightness(104%) contrast(103%);
/* padding-right: 2px; */
padding-right: 0;
bottom: -2px;
position: relative;
}
.menu_buttons.left.open.first.filters .btns_f_curtain {
transition: 200ms;
transform: rotate(270deg);
filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(162deg) brightness(104%) contrast(103%);
padding-left: 10px;
position: relative;
top: 7px;
}
.menu_profile {
width: 100%;
text-align: -webkit-center;
}
.menu_buttons.right.open .handler_menu {
background: #FFFFFF;
color: #000000;
right: calc(100vw - 83px);
}
.menu_buttons.left.open .handler_menu {
background: #FFFFFF;
color: #000000;
left: calc(100vw - 83px);
}
.tab-btn-1{
padding: unset;
}