diff --git a/app/styles/base.css b/app/styles/base.css index 2d836cd6..c2ba5e05 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -535,6 +535,12 @@ html { font-size: 13px; } +.noVNC_logo + hr { + /* Remove all but top border */ + border: none; + border-top: 1px solid rgba(255, 255, 255, 0.2); +} + :root:not(.noVNC_connected) #noVNC_view_drag_button { display: none; } diff --git a/vnc.html b/vnc.html index 4993a7df..70965930 100644 --- a/vnc.html +++ b/vnc.html @@ -80,6 +80,8 @@

no
VNC

+
+