Center canvas vertically as well
This commit is contained in:
parent
8f2ca5feaa
commit
47fbdced45
|
@ -696,10 +696,11 @@ input[type=button]:active, select:active {
|
|||
* settings and noVNC settings. */
|
||||
#noVNC_canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/*Default noVNC logo.*/
|
||||
|
|
Loading…
Reference in New Issue