WIP PWA for Grain
0
fork

Configure Feed

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

fix: match header height to bottom nav

Uses same padding structure: 6px nav padding, 8px button padding.

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

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

+2 -2
+2 -2
src/components/organisms/grain-header.js
··· 17 17 justify-content: flex-start; 18 18 max-width: var(--feed-max-width); 19 19 margin: 0 auto; 20 - padding: var(--space-sm) var(--space-sm); 20 + padding: 6px 0; 21 21 } 22 22 .logo { 23 23 font-family: var(--font-family-display, var(--font-family-base)); ··· 28 28 cursor: pointer; 29 29 background: none; 30 30 border: none; 31 - padding: 0; 31 + padding: 8px; 32 32 } 33 33 `; 34 34