diff options
| author | Claude <noreply@anthropic.com> | 2026-02-28 21:31:25 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-28 21:31:25 +0000 |
| commit | 15aa629972c4bd9fd3ab5ddb442783483f57a61f (patch) | |
| tree | 548fdb97d60279d7f83a0f92695a830d6940c3e1 /web/dist/v3/index.html | |
| parent | 81c35390da64a061a9a8867c497eb992f05340bc (diff) | |
| download | neko-15aa629972c4bd9fd3ab5ddb442783483f57a61f.tar.gz neko-15aa629972c4bd9fd3ab5ddb442783483f57a61f.tar.bz2 neko-15aa629972c4bd9fd3ab5ddb442783483f57a61f.zip | |
Add AGENTS.md and fix star button tap targets on mobile
Add AGENTS.md with TDD workflow and check-in guidance for agents.
Fix star buttons being nearly impossible to tap on mobile by:
- Adding min-width/min-height of 44px for proper touch targets
- Adding flex-shrink: 0 so the button isn't squeezed by long titles
- Overriding generic button styles (height, text-transform, font-weight)
that bled into the star button
https://claude.ai/code/session_012CNdRhGhU3hxjrwvZt2BHZ
Diffstat (limited to 'web/dist/v3/index.html')
| -rw-r--r-- | web/dist/v3/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/dist/v3/index.html b/web/dist/v3/index.html index e115714..2e03362 100644 --- a/web/dist/v3/index.html +++ b/web/dist/v3/index.html @@ -5,8 +5,8 @@ <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>neko</title> - <script type="module" crossorigin src="/v3/assets/index-BwswC14C.js"></script> - <link rel="stylesheet" crossorigin href="/v3/assets/index-9FkFwXcK.css"> + <script type="module" crossorigin src="/v3/assets/index-BZ_a-CxL.js"></script> + <link rel="stylesheet" crossorigin href="/v3/assets/index-CCxOmbmm.css"> </head> <body> <div id="app"></div> |
