17 lines
336 B
CSS
17 lines
336 B
CSS
.panel-right .panel-content {
|
|
right: 0;
|
|
}
|
|
|
|
#panel-right-toggle:not(:checked),
|
|
#panel-right-toggle:checked {
|
|
position: absolute;
|
|
top: -100%;
|
|
}
|
|
#panel-right-toggle:focus + * {
|
|
border-radius: 4px;
|
|
border: 2px solid var(--white);
|
|
}
|
|
#panel-right-icon {
|
|
cursor: pointer !important;
|
|
border: 2px solid transparent;
|
|
} |