summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-15 14:33:12 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-15 14:33:12 +0100
commit4fb2d6c497dc2e307400ff581f9292758c709b40 (patch)
tree8806967688b3001b9de5dbbe6b6b9dcd03f60bfe
parentd8b3ec99fa64766bcbc8787cc07442dfcabe1170 (diff)
downloadnovnc-4fb2d6c497dc2e307400ff581f9292758c709b40.tar.gz
Add FIXME for virtual keyboard button on touch
The way we decide whether to show the keyboard button or not is not ideal, let's add a FIXME for that.
-rw-r--r--app/styles/base.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/styles/base.css b/app/styles/base.css
index 69076cc..e3a7ae1 100644
--- a/app/styles/base.css
+++ b/app/styles/base.css
@@ -554,6 +554,11 @@ html {
display: none;
}
@media not (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:
+ https://github.com/w3c/csswg-drafts/issues/3871 */
:root.noVNC_connected #noVNC_mobile_buttons {
display: none;
}