Files
servtex/frontend/jscss/custom-view.css
Maximilian Wagner d9f7ead467 added css/js stuff
2025-12-24 01:57:11 +01:00

19 lines
216 B
CSS

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