minor changes
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||
.output {
|
||||
height: 80vh;
|
||||
height: 75vh;
|
||||
}
|
||||
.left-sidebar {
|
||||
padding: 15px;
|
||||
padding: 10px;
|
||||
width: 15vw;
|
||||
height: 100%;
|
||||
resize: both;
|
||||
}
|
||||
.pdf-frame {
|
||||
width: 100%;
|
||||
width: 85vw;
|
||||
height: 100%;
|
||||
border: none;
|
||||
}
|
||||
.command-out {
|
||||
height: 20vh;
|
||||
padding: 20px;
|
||||
height: 25vh;
|
||||
padding: 5px;
|
||||
background-color: #eaeaea;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user