mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-07-02 22:31:37 +00:00
92165c13e5
RED: removes the .nav-stats { display: none } from the
@media (min-width: 768px) and (max-width: 1100px) block to demonstrate
the test catches the JS/CSS contract mismatch.
Test asserts at 800/960/1080/1200px viewports on /#/observers:
- all 5 high-priority links visible (clientWidth>0 + inside viewport)
- nav-stats hidden at 800/960/1080, visible at 1200
Without the 1100 hide rule, at 960/1080 the nav-stats steals enough
inline width that the high-pri link cluster either clips or never
renders inline (the applyNavPriority comment in app.js documents the
assumption: 'in the 768-1100px band the CSS already hides .nav-stats').