minor changes

This commit is contained in:
Maximilian Wagner
2025-12-27 22:52:04 +01:00
parent b65ed45477
commit 2c05415ed1
7 changed files with 160 additions and 42 deletions

View File

@@ -1,18 +1,20 @@
.output {
height: 80vh;
height: 75vh;
}
.left-sidebar {
padding: 15px;
padding: 10px;
width: 15vw;
height: 100%;
resize: both;
}
.pdf-frame {
width: 100%;
width: 85vw;
height: 100%;
border: none;
}
.command-out {
height: 20vh;
padding: 20px;
height: 25vh;
padding: 5px;
background-color: #eaeaea;
overflow-y: auto;
}