WIP PWA for Grain
0
fork

Configure Feed

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

fix: prevent zoom on input focus in iOS Safari

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

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

+1 -1
+1 -1
index.html
··· 2 2 <html lang="en"> 3 3 <head> 4 4 <meta charset="UTF-8"> 5 - <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5 + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> 6 6 <meta name="theme-color" content="#000000"> 7 7 <link rel="manifest" href="/manifest.json"> 8 8 <link rel="stylesheet" href="/src/styles/variables.css">