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: use 16px font on mobile

+8
+8
web/src/index.css
··· 2 2 @plugin "@tailwindcss/typography"; 3 3 @source "./"; 4 4 5 + @media screen and (max-width: 768px) { 6 + input, 7 + textarea, 8 + select { 9 + font-size: 16px; 10 + } 11 + } 12 + 5 13 pre, 6 14 code, 7 15 kbd,