From dab82b53aed6134446d198b757ec12e9d15061e7 Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:26:38 -0600 Subject: [PATCH] Update base.css --- app/styles/base.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/styles/base.css b/app/styles/base.css index 2773349a..ea021223 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -478,6 +478,7 @@ html { .noVNC_panel hr { border: none; + padding: 1px; } .noVNC_panel label { @@ -500,6 +501,7 @@ html { font-size: 20px; white-space: nowrap; background-color: #223; + margin-bottom: 20px; } .noVNC_panel .noVNC_heading img { vertical-align: bottom;