From a8488d5b322b0795443d69762881150fa1404f6d Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 11 Oct 2022 13:50:40 +0200 Subject: [PATCH] Add more air to settings panel We want some space between elements to avoid things getting cramped, so add some minimal margins. --- app/styles/base.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index f9c3563d..23679a00 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -590,6 +590,11 @@ select:active { .noVNC_panel label { display: block; white-space: nowrap; + margin: 5px; +} + +.noVNC_panel li { + margin: 5px; } .noVNC_panel .noVNC_heading { @@ -600,7 +605,7 @@ select:active { padding-right: 8px; color: white; font-size: 20px; - margin-bottom: 10px; + margin-bottom: 10px !important; white-space: nowrap; } .noVNC_panel .noVNC_heading img {