From c49db838e5770220962d77f2d4d2bdc55d2c4bdb Mon Sep 17 00:00:00 2001 From: NearInfinity999 Date: Sat, 21 Mar 2026 11:30:07 +0530 Subject: [PATCH] fix: resolve horizontal overflow on mobile control panel --- dashboard/public/jarvis.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/public/jarvis.html b/dashboard/public/jarvis.html index 444d067..c6b0819 100644 --- a/dashboard/public/jarvis.html +++ b/dashboard/public/jarvis.html @@ -277,7 +277,7 @@ body.low-perf .ticker-wrap::-webkit-scrollbar-thumb{background:rgba(100,240,200, .top-left,.top-center,.top-right{width:100%} .top-center{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px} .map-region-bar{display:none} - .top-right{gap:6px} + .top-right{gap:6px ; flex-wrap: wrap; justify-content: center;} .region-btn,.meta-pill,.alert-badge,.guide-btn{font-size:10px} .grid{display:flex;flex-direction:column} #centerCol{order:1}