improve UI handling

This commit is contained in:
lxsang
2022-08-18 21:35:37 +02:00
parent 55787b135b
commit 03f48f3211
11 changed files with 23 additions and 24 deletions

View File

@ -7,6 +7,7 @@ Further information on **wvnc**: [https://blog.lxsang.me/post/id/23](https://blo
## Change logs
* v0.1.12 - improve UI handling
* v0.1.11 - Support 16 bits per pixel
* v0.1.10 - Allow to sync clipboard between local and remote machine, CTRL+SHIF+V to paste text from local to remote machine
* v0.1.9 - improve stability

View File

@ -5,6 +5,6 @@ afx-app-window[data-id="RemoteDesktop"] div[data-id="container"]
afx-app-window[data-id="RemoteDesktop"] canvas[data-id="screen"]
{
border:0;
margin: auto;
/*margin: auto;*/
display: block;
}

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
"author": "Dany LE",
"email": "contact@iohub.dev"
},
"version":"0.1.11-b",
"version":"0.1.12-b",
"dependencies": [],
"category":"Internet",
"icon": "icon.png",