added css/js stuff

This commit is contained in:
Maximilian Wagner
2025-12-24 01:57:11 +01:00
parent 09501f1d99
commit d9f7ead467
6 changed files with 50 additions and 1 deletions

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