mirror of
https://git.proxmox.com/git/mirror_novnc
synced 2025-07-29 12:45:14 +00:00
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. */
|
* settings and noVNC settings. */
|
||||||
#noVNC_canvas {
|
#noVNC_canvas {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-left: auto;
|
bottom: 0;
|
||||||
margin-right: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Default noVNC logo.*/
|
/*Default noVNC logo.*/
|
||||||
|
Loading…
Reference in New Issue
Block a user