From db85e59fe22a7bc7796a7e656ccecf95e635043e Mon Sep 17 00:00:00 2001 From: CoreScope Bot Date: Sun, 24 May 2026 04:35:25 +0000 Subject: [PATCH] =?UTF-8?q?fix(nav):=20hide=20.nav-stats=20at=20=E2=89=A41?= =?UTF-8?q?100px=20to=20match=20JS=20overflow=20assumption=20(#1343)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restores the .nav-stats { display: none } rule inside the existing @media (min-width: 768px) and (max-width: 1100px) block so that the JS contract documented in applyNavPriority (public/app.js:1146) — 'in the 768-1100px band the CSS already hides .nav-stats' — holds. Without this rule, at 900