From 1a3740cdad81f9bc480cb593cb17ec54229e1edb Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 2 Jun 2026 18:00:36 -0400 Subject: [PATCH] =?UTF-8?q?Widen=20mobile=20panels=2088%=20=E2=86=92=2094%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 2 +- static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 1b07863..c2c5d16 100644 --- a/static/index.html +++ b/static/index.html @@ -5,7 +5,7 @@ Hermes Command Center - +
diff --git a/static/style.css b/static/style.css index f8981ea..c6ccbcd 100644 --- a/static/style.css +++ b/static/style.css @@ -1336,7 +1336,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; b /* All panels on mobile: centered via grid parent */ .panel { width: 100%; - max-width: 88%; + max-width: 94%; margin: 0 0 12px; padding: 10px; border-radius: 10px;