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/Home: stack buttons on mobile

+2 -2
+2 -2
web/src/pages/Home.tsx
··· 86 86 87 87 <div className="border-t border-neutral-800 py-4"> 88 88 <h2 className="text-neutral-300 mb-4">Dial a BBS</h2> 89 - <form onSubmit={onSubmit} className="flex gap-2 mb-6"> 89 + <form onSubmit={onSubmit} className="flex flex-col sm:flex-row gap-2 mb-6"> 90 90 <HandleInput 91 91 value={handle} 92 92 onChange={setHandle} 93 93 required 94 - className="flex-1" 94 + className="sm:flex-1" 95 95 /> 96 96 <button 97 97 type="submit"