20 lines
231 B
CSS
20 lines
231 B
CSS
.output {
|
|
height: 80vh;
|
|
}
|
|
.left-sidebar {
|
|
padding: 15px;
|
|
height: 100%;
|
|
}
|
|
.pdf-frame {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
.command-out {
|
|
height: 20vh;
|
|
padding: 20px;
|
|
background-color: #eaeaea;
|
|
overflow-y: auto;
|
|
}
|
|
|