WIP PWA for Grain
0
fork

Configure Feed

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

fix: adjust spacing to align content to edge

Remove horizontal padding from engagement bar, header, and content
sections so they meet the screen edge as requested.

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

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

+4 -4
+2 -2
src/components/organisms/grain-engagement-bar.js
··· 11 11 :host { 12 12 display: flex; 13 13 align-items: center; 14 - gap: var(--space-md); 15 - padding: var(--space-xs) var(--space-md); 14 + gap: var(--space-sm); 15 + padding: var(--space-sm) 0; 16 16 } 17 17 `; 18 18