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