2021-10-20 04:33:01 +09:00
|
|
|
|
|
|
|
|
|
|
|
.section-panel-right {
|
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%;
|
|
|
|
}
|
2021-10-04 20:31:06 +09:00
|
|
|
|
2021-10-20 04:33:01 +09:00
|
|
|
.panel-right-icon {
|
|
|
|
margin-left: var(--small) !important;
|
2021-08-31 05:01:32 +09:00
|
|
|
cursor: pointer !important;
|
|
|
|
border: 2px solid transparent;
|
2021-09-17 00:27:28 +09:00
|
|
|
}
|
|
|
|
|
2021-10-28 04:39:34 +09:00
|
|
|
.section-panel-right textarea {
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
|
2021-10-20 04:33:01 +09:00
|
|
|
@media only screen and (min-width: 1281px) {
|
|
|
|
.panel-right-icon {
|
2021-09-17 00:27:28 +09:00
|
|
|
display: none;
|
|
|
|
}
|
2021-10-20 04:33:01 +09:00
|
|
|
}
|
|
|
|
|