added css/js stuff
This commit is contained in:
18
frontend/jscss/custom-view.css
Normal file
18
frontend/jscss/custom-view.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.output {
|
||||
height: 80vh;
|
||||
}
|
||||
.left-sidebar {
|
||||
padding: 15px;
|
||||
}
|
||||
.pdf-frame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
}
|
||||
.command-out {
|
||||
height: 20vh;
|
||||
padding: 20px;
|
||||
background-color: #eaeaea;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user