atmosphere explorer
0
fork

Configure Feed

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

increase search input padding

Juliet d0fc585f d5a3b973

+2 -2
+1 -1
src/components/search.tsx
··· 211 211 placeholder="Handle, DID, AT URI, NSID, PDS" 212 212 ref={searchInput} 213 213 id="input" 214 - class="grow py-1 select-none placeholder:text-sm focus:outline-none" 214 + class="grow py-1.5 select-none placeholder:text-sm focus:outline-none" 215 215 value={input() ?? ""} 216 216 onInput={(e) => { 217 217 setInput(e.currentTarget.value);
+1 -1
src/views/home.tsx
··· 4 4 return ( 5 5 <div class="flex w-full flex-col gap-6 px-2 wrap-break-word"> 6 6 <div class="flex flex-col gap-3"> 7 - <h1 class="text-xl font-semibold">Atmosphere Explorer</h1> 7 + <h1 class="text-lg font-semibold">Atmosphere Explorer</h1> 8 8 9 9 {/* Explore Section */} 10 10 <section class="flex flex-col gap-2">