Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

NewChatDialog: remove extra padding on web (#6333)

authored by

Bartosz Kaszubowski and committed by
GitHub
7d34f6bb 5f7caf30

+2 -1
+2 -1
src/components/dms/dialogs/SearchablePeopleList.tsx
··· 278 278 ) : null} 279 279 </View> 280 280 281 - <View style={[, web([a.pt_xs])]}> 281 + <View style={web([a.pt_xs])}> 282 282 <SearchInput 283 283 inputRef={inputRef} 284 284 value={searchText} ··· 313 313 web([a.py_0, {height: '100vh', maxHeight: 600}, a.px_0]), 314 314 native({height: '100%'}), 315 315 ]} 316 + webInnerContentContainerStyle={a.py_0} 316 317 webInnerStyle={[a.py_0, {maxWidth: 500, minWidth: 200}]} 317 318 keyboardDismissMode="on-drag" 318 319 />