An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

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

add flex shrink (#4597)

authored by

Hailey and committed by
GitHub
4d9e686e 4d678700

+1 -1
+1 -1
src/components/ProfileHoverCard/index.web.tsx
··· 64 64 return props.children 65 65 } else { 66 66 return ( 67 - <View onPointerMove={onPointerMove}> 67 + <View onPointerMove={onPointerMove} style={[a.flex_shrink]}> 68 68 <ProfileHoverCardInner {...props} /> 69 69 </View> 70 70 )