Add small padding to buttons in vnc_lite

This commit is contained in:
Samuel Mannehed 2017-11-01 08:39:50 +01:00
parent 4023a6e1c7
commit 3c07dc51af
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ html {
}
#noVNC_buttons {
padding: 1px;
flex: 1;
display: flex;
justify-content: flex-end;