Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
122
fork

Configure Feed

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

add maxwidth to app language dropdown (#3635)

authored by

Samuel Newman and committed by
GitHub
bcd88b08 243769e6

+1
+1
src/components/AppLanguageDropdown.web.tsx
··· 71 71 color: t.atoms.text.color, 72 72 background: t.atoms.bg.backgroundColor, 73 73 padding: 4, 74 + maxWidth: '100%', 74 75 }}> 75 76 {APP_LANGUAGES.filter(l => Boolean(l.code2)).map(l => ( 76 77 <option key={l.code2} value={l.code2}>