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

set maxwidth on feed context string (#8817)

authored by samuel.fm and committed by

GitHub 86b53e7b 3ce14b0c

+2 -2
+2 -2
src/components/PostControls/DiscoverDebug.tsx
··· 32 32 hitSlop={10} 33 33 style={[ 34 34 a.absolute, 35 - a.bottom_0, 36 - {zIndex: 1000}, 35 + {zIndex: 1000, maxWidth: 65, bottom: -4}, 37 36 gtMobile ? a.right_0 : a.left_0, 38 37 ]} 39 38 onPress={e => { ··· 42 41 Toast.show(t`Copied to clipboard`, 'clipboard-check') 43 42 }}> 44 43 <Text 44 + numberOfLines={1} 45 45 style={{ 46 46 color: theme.palette.contrast_400, 47 47 fontSize: 7,