mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-19 09:34:45 +02:00
Make console resizable
This commit is contained in:
17
Flask/static/css/vnc-post.css
Normal file
17
Flask/static/css/vnc-post.css
Normal 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%;
|
||||
}
|
Reference in New Issue
Block a user