Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

web/Login: match index

+4 -4
+4 -4
web/src/pages/Login.tsx
··· 37 37 const dropdownOpen = dropdown.focused && matches.length > 0; 38 38 39 39 return ( 40 - <div className="h-full flex flex-col justify-center overflow-hidden max-w-md mx-auto"> 40 + <div className="h-full flex flex-col justify-center overflow-hidden"> 41 41 <div className="text-center mb-8"> 42 42 <picture> 43 43 <source ··· 48 48 src="/hero.svg" 49 49 alt="@bbs" 50 50 className="mx-auto mb-4" 51 - style={{ width: 180, imageRendering: "pixelated" }} 51 + style={{ width: 276, imageRendering: "pixelated" }} 52 52 /> 53 53 </picture> 54 - <h1 className="text-lg text-neutral-200 mb-2"> 54 + <h1 className="text-lg text-neutral-400 mb-2"> 55 55 Log in with any{" "} 56 56 <a 57 57 href="https://atproto.com" 58 - className="text-neutral-200 underline underline-offset-2 hover:text-neutral-300" 58 + className="text-neutral-400 hover:text-neutral-300 underline underline-offset-2" 59 59 > 60 60 AT Protocol 61 61 </a>