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 {
|
|
|
|
cursor: pointer !important;
|
|
|
|
border: 2px solid transparent;
|
2021-08-05 14:46:17 +01:00
|
|
|
}
|