From 3c07dc51afc8e2f23744ab2b5e9f576d044deec7 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Wed, 1 Nov 2017 08:39:50 +0100 Subject: [PATCH] Add small padding to buttons in vnc_lite --- app/styles/lite.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/lite.css b/app/styles/lite.css index c8db9967..422ed4df 100644 --- a/app/styles/lite.css +++ b/app/styles/lite.css @@ -54,6 +54,7 @@ html { } #noVNC_buttons { + padding: 1px; flex: 1; display: flex; justify-content: flex-end;