diff --git a/index.html b/index.html index fbe5b7d..f88ef77 100644 --- a/index.html +++ b/index.html @@ -774,6 +774,29 @@ +
+

Input

+
+
+ +
+ +
+
+
+

Detail

@@ -1315,6 +1338,10 @@ else { document.getElementById('window-form').style.display = 'none'; } + + if (!window.matchMedia('(any-pointer: coarse)').matches) { + document.getElementById('input-section').style.display = 'none'; + } });