From a5ed910b6a83d8266190777e01542c493ff1fb27 Mon Sep 17 00:00:00 2001 From: James Hobin Date: Mon, 25 Mar 2024 14:31:26 -0400 Subject: [PATCH] Improve button adjustment media query --- tools/spatialAnalytics/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/spatialAnalytics/index.css b/tools/spatialAnalytics/index.css index 829c3b5..4439905 100644 --- a/tools/spatialAnalytics/index.css +++ b/tools/spatialAnalytics/index.css @@ -76,8 +76,8 @@ img { font-family: "Open Sans", sans-serif; } -/** vaguely ipad-ish sizes */ -@media (min-width: 800px) and (max-width: 1600px) { +/** device is wide and touch-based */ +@media (min-width: 800px) and (hover: none) { .iconContainer { position: fixed; left: auto;