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/DialBBS: keep flex column on mobile

+2 -2
+2 -2
web/src/components/DialBBS.tsx
··· 77 77 onBlur={dropdown.onBlur} 78 78 onKeyDown={dropdown.onKeyDown} 79 79 > 80 - <form onSubmit={onSubmit} className="flex flex-col sm:flex-row gap-2"> 80 + <form onSubmit={onSubmit} className="flex gap-2"> 81 81 <HandleInput 82 82 name="handle" 83 83 value={inputValue} 84 84 onChange={setInputValue} 85 85 required 86 - className="sm:flex-1" 86 + className="flex-1" 87 87 aria-autocomplete="list" 88 88 aria-expanded={dropdownOpen} 89 89 aria-activedescendant={