Files
servtex/frontend/jscss/custom-view.css
Maximilian Wagner a6214e022f SSE in working state
2025-12-26 01:37:23 +01:00

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