diff --git a/dashboard/ambient.html b/dashboard/ambient.html
index 2e05a48..d3ab590 100644
--- a/dashboard/ambient.html
+++ b/dashboard/ambient.html
@@ -2,7 +2,7 @@
-
+
Spaxel Ambient Display
diff --git a/dashboard/css/ambient.css b/dashboard/css/ambient.css
index 4232faf..86b6368 100644
--- a/dashboard/css/ambient.css
+++ b/dashboard/css/ambient.css
@@ -95,6 +95,9 @@ body.ambient-mode {
background: white;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
+ display: block;
+ /* Fix iOS Safari passive event listener warnings */
+ touch-action: none;
}
/* ===== Ambient Status Line ===== */
diff --git a/dashboard/simple.html b/dashboard/simple.html
index 7dd29ca..c2c5bfc 100644
--- a/dashboard/simple.html
+++ b/dashboard/simple.html
@@ -2,7 +2,7 @@
-
+
Spaxel - Simple Mode