Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix padding in repost dialog (#5626)

authored by

Hailey and committed by
GitHub
0ebf6366 b52f8ced

+2 -2
+2 -2
src/view/com/util/post-ctrls/RepostButton.tsx
··· 90 90 control={dialogControl} 91 91 nativeOptions={{preventExpansion: true}}> 92 92 <Dialog.Handle /> 93 - <Dialog.Inner label={_(msg`Repost or quote post`)}> 93 + <Dialog.ScrollableInner label={_(msg`Repost or quote post`)}> 94 94 <View style={a.gap_xl}> 95 95 <View style={a.gap_xs}> 96 96 <Button ··· 164 164 <ButtonText>{_(msg`Cancel`)}</ButtonText> 165 165 </Button> 166 166 </View> 167 - </Dialog.Inner> 167 + </Dialog.ScrollableInner> 168 168 </Dialog.Outer> 169 169 </> 170 170 )