server: hide grid results in list view on discover page
The discover results partial renders both .results-table and .results-grid
into the DOM and relies on CSS to toggle visibility via a class on the
container. The list-mode rule for .results-grid was missing, so the grid
cards were rendering underneath the table as default block flow.
Co-Authored-By
Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-26 16:45 UTC