my fork of the bluesky client

Fix skeleton alignment (#6676)

authored by danabra.mov and committed by

GitHub 9f070834 aa58216b

+6 -6
+6 -6
src/view/com/util/LoadingPlaceholder.tsx
··· 139 139 const pal = usePalette('default') 140 140 return ( 141 141 <View style={[styles.notification, pal.view, style]}> 142 - <View style={[{width: 70}, a.align_end, a.pr_sm, a.pt_2xs]}> 142 + <View style={[{width: 60}, a.align_end, a.pr_sm, a.pt_2xs]}> 143 143 <HeartIconFilled 144 144 size="xl" 145 145 style={{color: pal.colors.backgroundLight}} ··· 148 148 <View style={{flex: 1}}> 149 149 <View style={[a.flex_row, s.mb10]}> 150 150 <LoadingPlaceholder 151 - width={30} 152 - height={30} 151 + width={35} 152 + height={35} 153 153 style={styles.smallAvatar} 154 154 /> 155 155 </View> ··· 309 309 padding: 5, 310 310 }, 311 311 avatar: { 312 - borderRadius: 26, 312 + borderRadius: 999, 313 313 marginRight: 10, 314 314 marginLeft: 8, 315 315 }, ··· 323 323 margin: 1, 324 324 }, 325 325 profileCardAvi: { 326 - borderRadius: 20, 326 + borderRadius: 999, 327 327 marginRight: 10, 328 328 }, 329 329 smallAvatar: { 330 - borderRadius: 15, 330 + borderRadius: 999, 331 331 marginRight: 10, 332 332 }, 333 333 })