22 lines
259 B
CSS
22 lines
259 B
CSS
.output {
|
|
height: 75vh;
|
|
}
|
|
.left-sidebar {
|
|
padding: 10px;
|
|
width: 15vw;
|
|
height: 100%;
|
|
resize: both;
|
|
}
|
|
.pdf-frame {
|
|
width: 85vw;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
.command-out {
|
|
height: 25vh;
|
|
padding: 5px;
|
|
background-color: #eaeaea;
|
|
overflow-y: auto;
|
|
}
|
|
|