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

Configure Feed

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

Simplify chat margins (#10334)

authored by

DS Boyce and committed by
GitHub
8d6d4f98 18143d05

+2 -4
+1 -1
src/components/dms/DateDivider.tsx
··· 56 56 } 57 57 58 58 return ( 59 - <View style={[a.w_full, a.my_sm]}> 59 + <View style={[a.w_full, a.mt_md]}> 60 60 <Text 61 61 style={[ 62 62 a.text_xs,
+1 -2
src/components/dms/MessageItem.tsx
··· 404 404 <DateDivider date={message.sentAt} /> 405 405 </Animated.View> 406 406 )} 407 - <View 408 - style={[messageInset, isFirstInCluster && !showDateDivider && a.mt_sm]}> 407 + <View style={[messageInset, effectiveFirstInCluster && a.mt_md]}> 409 408 <View style={[a.relative]}> 410 409 {showAvatar ? ( 411 410 <View
-1
src/components/dms/SystemMessageItem.tsx
··· 28 28 a.justify_center, 29 29 a.px_md, 30 30 a.mt_md, 31 - a.mb_xs, 32 31 ]}> 33 32 <Icon size="xs" style={[a.mr_2xs, t.atoms.text_contrast_medium]} /> 34 33 <Text