GET /xrpc/app.bsky.actor.searchActorsTypeahead typeahead.waow.tech
16
fork

Configure Feed

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

fix mobile input zoom: bump font-size to 16px

iOS Safari auto-zooms on inputs below 16px.

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

+1 -1
+1 -1
src/index.ts
··· 849 849 label { display: block; font-size: 0.8rem; color: #666; margin-bottom: 0.5rem; } 850 850 .search-wrap { position: relative; } 851 851 input { width: 100%; padding: 0.6rem 0.8rem; background: #1a1a1a; border: 1px solid #333; 852 - border-radius: 6px; color: #e0e0e0; font-size: 0.9rem; outline: none; } 852 + border-radius: 6px; color: #e0e0e0; font-size: 16px; outline: none; } 853 853 input:focus { border-color: #555; } 854 854 input::placeholder { color: #555; } 855 855 .results { position: absolute; top: 100%; left: 0; right: 0; margin-top: 4px;