css style update
This commit is contained in:
parent
a200aded4f
commit
8223d27a98
|
|
@ -142,8 +142,7 @@ html {
|
|||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
#VNC_clipboard_clear_button {
|
||||
|
|
@ -280,7 +279,7 @@ html {
|
|||
/* Control bar */
|
||||
#noVNC_control_bar {
|
||||
position:fixed;
|
||||
|
||||
|
||||
display:block;
|
||||
height:36px;
|
||||
left:0;
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
</tr></table>
|
||||
</div>
|
||||
<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 not supported.
|
||||
</canvas>
|
||||
|
|
|
|||
Loading…
Reference in New Issue