mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-04-20 11:21:48 +02:00
17 lines
212 B
CSS
17 lines
212 B
CSS
#console {
|
|
height: 100%;
|
|
width: 20%;
|
|
float: left;
|
|
resize: horizontal;
|
|
overflow: auto;
|
|
}
|
|
|
|
#vnc-container {
|
|
height: 100%;
|
|
width: 80%;
|
|
float: left;
|
|
}
|
|
|
|
.container {
|
|
height: 100%;
|
|
} |