Files
meshcore-analyzer/public
openclaw-bot f88c413dc9 fix(e2e #534): keep .filter-toggle-btn clickable on mobile
Prior commit unconditionally hid .filter-bar on mobile, which made the
original .filter-toggle-btn (used by the navbar mirror via .click()
delegation, and asserted by the #534 E2E test) invisible to Playwright.

Drop the wholesale .filter-bar { display: none } rule. The existing
.filter-bar > *:not(.filter-toggle-btn):not(.col-toggle-wrap) collapse
rule already hides the bar contents when not expanded.
2026-05-28 21:58:27 +00:00
..