From 1d2c6a1dae7391aaabe94c5b170d55e1c0811a78 Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:13:50 -0600 Subject: [PATCH] Update base.css --- app/styles/base.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/styles/base.css b/app/styles/base.css index 3e77b5d5..ff8f799d 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -733,6 +733,10 @@ html { } #noVNC_connect_dlg .noVNC_logo { font-size: calc(25vw - 30px); + margin: 0 auto; + display: flex; + justify-content: center; + padding-bottom: 70px; } } #noVNC_connect_dlg div { @@ -752,6 +756,7 @@ html { background: #C1C1FF; color: #223; letter-spacing: 0.06em; + font-weight: 550; /* This avoids it jumping around when :active */ vertical-align: middle; @@ -765,6 +770,7 @@ html { color: #223; height: 1.3em; margin-left: -27px !important; + float: left; } /* ---------------------------------------- @@ -887,6 +893,7 @@ html { font-family: 'Orbitron', 'OrbitronTTF', sans-serif; line-height: 0.9; text-shadow: 0.1em 0.1em 0 black; + width: 90%; } .noVNC_logo span{ color:green;