2023-05-21 12:43:06 -04:00
|
|
|
.hover-button.active {
|
2023-05-19 20:21:34 +05:30
|
|
|
display: block;
|
|
|
|
|
visibility: visible;
|
2023-03-12 00:32:03 +08:00
|
|
|
}
|
|
|
|
|
|
2023-07-04 05:26:00 +09:00
|
|
|
.nav-close-button {
|
2023-07-07 03:25:17 +09:00
|
|
|
margin-left: 8px;
|
2023-03-13 23:54:57 +08:00
|
|
|
}
|
|
|
|
|
|
2023-05-19 20:21:34 +05:30
|
|
|
.nav {
|
|
|
|
|
position: fixed;
|
2023-05-19 19:58:53 -04:00
|
|
|
z-index: 40;
|
2023-05-19 20:21:34 +05:30
|
|
|
top: 0;
|
2023-03-17 03:42:55 +08:00
|
|
|
|
2023-07-15 10:43:15 -04:00
|
|
|
/* max-width: 260px; */
|
2023-03-17 03:42:55 +08:00
|
|
|
|
2023-05-19 20:21:34 +05:30
|
|
|
bottom: 0;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
2023-03-17 03:42:55 +08:00
|
|
|
|
2023-05-19 20:21:34 +05:30
|
|
|
.nav.active {
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 0;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-mask.active {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
pointer-events: auto;
|
|
|
|
|
}
|
2023-03-12 00:32:03 +08:00
|
|
|
|
2023-05-19 20:21:34 +05:30
|
|
|
@media (max-width: 767px) {
|
2023-03-15 19:05:17 -04:00
|
|
|
.nav {
|
2023-07-15 10:43:15 -04:00
|
|
|
width: calc(100% - 10px) ;
|
|
|
|
|
transition: all 0.2s;
|
2023-05-19 20:21:34 +05:30
|
|
|
}
|
|
|
|
|
.nav-mask {
|
2023-03-15 19:05:17 -04:00
|
|
|
position: fixed;
|
2023-05-19 21:09:07 -04:00
|
|
|
z-index: 35;
|
2023-05-19 20:21:34 +05:30
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2023-03-15 19:05:17 -04:00
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
2023-05-19 20:21:34 +05:30
|
|
|
background-color: rgba(86, 88, 105, 0.75);
|
|
|
|
|
padding-left: 420px;
|
|
|
|
|
padding-top: 12px;
|
2023-03-15 19:05:17 -04:00
|
|
|
opacity: 0;
|
2023-07-15 10:43:15 -04:00
|
|
|
transition: all 0.5s;
|
2023-05-19 20:21:34 +05:30
|
|
|
pointer-events: none;
|
2023-03-15 19:05:17 -04:00
|
|
|
}
|
2023-03-12 00:32:03 +08:00
|
|
|
|
2023-07-15 10:43:15 -04:00
|
|
|
.nav-open-button {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-15 19:05:17 -04:00
|
|
|
.nav-mask.active {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
pointer-events: auto;
|
|
|
|
|
}
|
2023-05-19 20:21:34 +05:30
|
|
|
|
|
|
|
|
.nav.active {
|
|
|
|
|
position: fixed;
|
|
|
|
|
}
|
2023-03-12 00:32:03 +08:00
|
|
|
}
|
2023-05-21 12:43:06 -04:00
|
|
|
|
|
|
|
|
@media (min-width: 1024px) {
|
|
|
|
|
.switch-container {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.switch-result {
|
|
|
|
|
display: block !important;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
|
/* .sibling-switch {
|
|
|
|
|
left: 114px;
|
|
|
|
|
top: unset;
|
|
|
|
|
bottom: 4px;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
} */
|
|
|
|
|
.sibling-switch {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hover-button {
|
|
|
|
|
display: block;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
|
.input-panel-button {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-panel-button svg {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-panel {
|
|
|
|
|
}
|
2023-07-04 05:26:00 +09:00
|
|
|
|
|
|
|
|
.nav-open-button
|
|
|
|
|
{
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
2023-05-21 12:43:06 -04:00
|
|
|
}
|