WIP PWA for Grain
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove slotted display override that broke grid layout

The ::slotted(*) { display: block } was overriding the grid's
display: grid, causing single-column layout.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

-3
-3
src/components/templates/grain-feed-layout.js
··· 10 10 min-height: 100dvh; 11 11 background: var(--color-bg-primary); 12 12 } 13 - ::slotted(*) { 14 - display: block; 15 - } 16 13 `; 17 14 18 15 render() {