Files
servtex/frontend/jscss/custom-view.css
Maximilian Wagner 2c05415ed1 minor changes
2025-12-27 22:52:04 +01:00

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;
}