From c2b7e43cbf1bdd906f3ccf247cdec1b0d17433df Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:43:59 -0600 Subject: [PATCH] Update base.css --- app/styles/base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index df34f29b..c9cdda7f 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -708,7 +708,7 @@ html { #noVNC_connect_dlg { transition: 0.5s ease-in-out; - width: 40%; + width: 35%; transform: scale(0, 0); visibility: hidden; opacity: 0; @@ -758,6 +758,7 @@ html { color: #223; letter-spacing: 0.06em; font-weight: 550; + border: 0px; /* This avoids it jumping around when :active */ vertical-align: middle;