Layout: - Mobile: flex layout unchanged — [Logo] ml-auto [About] [Auth] - Desktop sm+: 3-col grid [1fr Logo | auto nav centered | 1fr Auth] achieved by flex→sm:grid responsive switch + sm:ml-0 on nav Colors: - Default: text-gray-600 font-normal (matches app theme, not rose) - Hover: border-rose-300 + bg-rose-50 + text-rose-500 (border reserved via border-transparent at rest to prevent layout shift) - Active: text-rose-600 font-medium (slight weight bump, not semibold) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| app | ||
| components | ||
| db | ||
| hooks | ||
| lib | ||
| scripts | ||
| types | ||
| auth.ts | ||
| middleware.ts | ||