diff --git a/app/styles/base.css b/app/styles/base.css index e3a6296c..57f1a4d2 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -472,6 +472,7 @@ select:active { /* Panels */ .noVNC_panel { + position: relative; transform: translateX(25px); transition: 0.5s ease-in-out; @@ -616,6 +617,10 @@ select:active { max-width: 100%; } +.noVNC_close { + float: right; +} + /* Settings */ #noVNC_settings { }