Bluesky app fork with some witchin' additions 💫

flex and truncate content hider text (#2569)

authored by

Hailey and committed by
GitHub
5522b581 e1759845

+2 -2
+2 -2
src/view/com/util/moderation/ContentHider.tsx
··· 94 94 <ShieldExclamation size={18} style={pal.textLight} /> 95 95 )} 96 96 </Pressable> 97 - <Text type="md" style={pal.text}> 97 + <Text type="md" style={[pal.text, {flex: 1}]} numberOfLines={2}> 98 98 {desc.name} 99 99 </Text> 100 100 <View style={styles.showBtn}> ··· 131 131 cover: { 132 132 flexDirection: 'row', 133 133 alignItems: 'center', 134 - gap: 4, 134 + gap: 6, 135 135 borderRadius: 8, 136 136 marginTop: 4, 137 137 paddingVertical: 14,