MsRewards/Flask/static/css/vnc-post.css

17 lines
212 B
CSS
Raw Permalink Normal View History

2024-04-12 20:01:34 +02:00
#console {
height: 100%;
width: 20%;
float: left;
resize: horizontal;
overflow: auto;
}
#vnc-container {
height: 100%;
width: 80%;
float: left;
}
.container {
height: 100%;
}