diff --git a/app/styles/base.css b/app/styles/base.css index 9fd9fb3b..5e71ae73 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -718,16 +718,15 @@ html { } /* noVNC Touch Device only buttons */ -:root:not(.noVNC_connected) #noVNC_mobile_buttons { +:root:not(.noVNC_connected) #noVNC_keyboard_button { display: none; } @media not all and (any-pointer: coarse) { - /* FIXME: The button for the virtual keyboard is the only button in this - group of "mobile buttons". It is bad to assume that no touch - devices have physical keyboards available. Hopefully we can get - a media query for this: + /* FIXME: It is bad to assume that no touch devices have physical + keyboards available. Hopefully we can get a media query + for this: https://github.com/w3c/csswg-drafts/issues/3871 */ - :root.noVNC_connected #noVNC_mobile_buttons { + :root.noVNC_connected #noVNC_keyboard_button { display: none; } } diff --git a/vnc.html b/vnc.html index 8f654272..ad7f67a4 100644 --- a/vnc.html +++ b/vnc.html @@ -127,10 +127,8 @@ title="Move/Drag viewport"> -
- -
+