25 lines
383 B
CSS
25 lines
383 B
CSS
|
|
|
|
.section-panel-right {
|
|
right: 0;
|
|
}
|
|
|
|
#panel-right-toggle:not(:checked),
|
|
#panel-right-toggle:checked {
|
|
position: absolute;
|
|
top: -100%;
|
|
}
|
|
|
|
.panel-right-icon {
|
|
margin-left: var(--small) !important;
|
|
cursor: pointer !important;
|
|
border: 2px solid transparent;
|
|
}
|
|
|
|
@media only screen and (min-width: 1281px) {
|
|
.panel-right-icon {
|
|
display: none;
|
|
}
|
|
}
|
|
|