Make console resizable

This commit is contained in:
augustin64
2024-04-12 20:01:34 +02:00
parent 37e8f6f61b
commit 6ade73617a
2 changed files with 23 additions and 6 deletions

View File

@ -0,0 +1,17 @@
#console {
height: 100%;
width: 20%;
float: left;
resize: horizontal;
overflow: auto;
}
#vnc-container {
height: 100%;
width: 80%;
float: left;
}
.container {
height: 100%;
}