25 lines
287 B
CSS
Raw Normal View History

2025-01-12 00:52:51 +08:00
#proxy {
position: absolute;
top: 0;
right: 0;
display: none;
}
#notebook {
position: absolute;
width: 600px;
top: 0;
left: 0;
bottom: 0;
}
#nbOut {
position: absolute;
left: 620px;
top: 0;
right: 0;
bottom: 0;
padding-right: 5px;
overflow-y: scroll;
}