css style update
This commit is contained in:
parent
a200aded4f
commit
8223d27a98
|
|
@ -142,8 +142,7 @@ html {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-left: auto;
|
margin-left: 1px;
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#VNC_clipboard_clear_button {
|
#VNC_clipboard_clear_button {
|
||||||
|
|
@ -280,7 +279,7 @@ html {
|
||||||
/* Control bar */
|
/* Control bar */
|
||||||
#noVNC_control_bar {
|
#noVNC_control_bar {
|
||||||
position:fixed;
|
position:fixed;
|
||||||
|
|
||||||
display:block;
|
display:block;
|
||||||
height:36px;
|
height:36px;
|
||||||
left:0;
|
left:0;
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
</tr></table>
|
</tr></table>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;">
|
<div style="display: flex;">
|
||||||
<div id="vnc-input" tabindex="-1" style="margin:10px; width:1280px; height:800px; background-color:black; overflow:visible;">
|
<div id="vnc-input" tabindex="-1" style="margin:2px; width:1280px; height:800px; background-color:black; overflow:visible;">
|
||||||
<canvas id="noVNC_canvas">
|
<canvas id="noVNC_canvas">
|
||||||
Canvas not supported.
|
Canvas not supported.
|
||||||
</canvas>
|
</canvas>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue