this repo has no description
0
fork

Configure Feed

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

fix handle truncation

taken from https://github.com/bluesky-social/social-app/issues/9894#issuecomment-4023564228

authored by

Bas van den Wollenberg and committed by tangled.org a4968374 206aaa8c

+5 -3
+5 -3
src/view/com/util/PostMeta.tsx
··· 102 102 a.font_semi_bold, 103 103 t.atoms.text, 104 104 a.leading_tight, 105 - a.flex_shrink_0, 106 - {maxWidth: '70%'}, 105 + a.flex_shrink, 107 106 ]}> 108 107 {forceLTR( 109 108 sanitizeDisplayName( ··· 139 138 a.text_md, 140 139 t.atoms.text_contrast_medium, 141 140 {lineHeight: 1.17}, 142 - {flexShrink: 10}, 141 + {flexBasis: '30%'}, 142 + a.flex_grow, 143 + a.flex_shrink_0, 144 + web({maxWidth: 'max-content'}), 143 145 ]}> 144 146 {NON_BREAKING_SPACE + sanitizeHandle(handle, '@')} 145 147 </MaybeLinkText>