Bluesky app fork with some witchin' additions 💫

Fix web image layout (#6195)

authored by danabra.mov and committed by

GitHub 3aeee1e4 42abd97f

+1 -1
+1 -1
src/view/com/util/images/AutoSizedImage.tsx
··· 105 105 const hasAlt = !!image.alt 106 106 107 107 const contents = ( 108 - <Animated.View ref={containerRef} collapsable={false}> 108 + <Animated.View ref={containerRef} collapsable={false} style={{flex: 1}}> 109 109 <Image 110 110 style={[a.w_full, a.h_full]} 111 111 source={image.thumb}