2021-07-20 21:18:57 +09:00
|
|
|
.icon-right {
|
2021-07-20 03:19:02 +09:00
|
|
|
position: fixed;
|
2021-07-20 21:18:57 +09:00
|
|
|
top: 0;
|
2021-07-20 03:19:02 +09:00
|
|
|
right: 0;
|
2021-07-20 21:18:57 +09:00
|
|
|
padding: calc(3 * var(--unit-size));
|
2021-07-20 03:19:02 +09:00
|
|
|
|
|
|
|
width: var(--main-size);
|
2021-07-20 21:18:57 +09:00
|
|
|
height: auto;
|
2021-07-24 03:28:11 +09:00
|
|
|
|
2021-07-20 21:18:57 +09:00
|
|
|
fill: var(--white);
|
|
|
|
stroke-width: 0;
|
|
|
|
vertical-align: middle;
|
2021-07-20 23:51:32 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#right-container > div {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2021-07-21 03:30:49 +09:00
|
|
|
|
2021-07-20 23:51:32 +09:00
|
|
|
#right-container[open] > div {
|
|
|
|
opacity: 100%;
|
|
|
|
}
|
2021-07-21 03:30:49 +09:00
|
|
|
|
2021-07-20 23:51:32 +09:00
|
|
|
#right-container[open] {
|
|
|
|
order: 3;
|
|
|
|
border-left: solid 1px var(--bg2);
|
|
|
|
}
|
|
|
|
|
|
|
|
#right-panel {
|
2021-07-21 03:30:49 +09:00
|
|
|
position: fixed;
|
2021-07-20 23:51:32 +09:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-07-20 21:18:57 +09:00
|
|
|
}
|