Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Allow touch at the top of the lightbox (#1489)

authored by

dan and committed by
GitHub
cd96f8dc 6db71131

+2
+1
src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx
··· 34 34 const styles = StyleSheet.create({ 35 35 root: { 36 36 alignItems: 'flex-end', 37 + pointerEvents: 'box-none', 37 38 }, 38 39 closeButton: { 39 40 marginRight: 8,
+1
src/view/com/lightbox/ImageViewing/index.tsx
··· 189 189 width: '100%', 190 190 zIndex: 1, 191 191 top: 0, 192 + pointerEvents: 'box-none', 192 193 }, 193 194 footer: { 194 195 position: 'absolute',