Update base.css

This commit is contained in:
Kaleb Efflandt 2024-02-14 01:43:59 -06:00 committed by GitHub
parent 2847db07c1
commit c2b7e43cbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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;