2021-08-29 05:23:25 +09:00
|
|
|
.panel-right .panel-content {
|
2021-07-28 23:37:54 +09:00
|
|
|
right: 0;
|
2021-08-19 06:37:34 +09:00
|
|
|
}
|
|
|
|
|
2021-08-29 05:23:25 +09:00
|
|
|
#panel-right-toggle:not(:checked),
|
|
|
|
#panel-right-toggle:checked {
|
|
|
|
position: absolute;
|
2021-08-31 05:01:32 +09:00
|
|
|
top: -100%;
|
|
|
|
}
|
|
|
|
#panel-right-toggle:focus + * {
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 2px solid var(--white);
|
|
|
|
}
|
|
|
|
#panel-right-icon {
|
|
|
|
cursor: pointer !important;
|
|
|
|
border: 2px solid transparent;
|
2021-09-17 00:27:28 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen
|
2021-09-25 17:02:13 +09:00
|
|
|
and (min-width: 1281px) {
|
2021-09-17 00:27:28 +09:00
|
|
|
#panel-right-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-08-05 22:46:17 +09:00
|
|
|
}
|