mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-30 08:59:37 +00:00
Full VNC view distortion fixed. Add translate for some texts
This commit is contained in:
@@ -21,9 +21,9 @@ html {
|
||||
}
|
||||
|
||||
#noVNC_status_bar {
|
||||
margin-top: 52px;
|
||||
width: 100%;
|
||||
display:flex;
|
||||
justify-content: space-between;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#noVNC_status {
|
||||
|
||||
@@ -81,7 +81,7 @@ body
|
||||
{
|
||||
min-height: 600px;
|
||||
height: 100%;
|
||||
margin: 10px;
|
||||
margin: 62px 10px 10px 10px;
|
||||
padding: 0;
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user