diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/util/images/ImageLayoutGrid.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/images/ImageLayoutGrid.tsx b/src/view/com/util/images/ImageLayoutGrid.tsx index 70122f67f..5698e26cb 100644 --- a/src/view/com/util/images/ImageLayoutGrid.tsx +++ b/src/view/com/util/images/ImageLayoutGrid.tsx @@ -51,7 +51,7 @@ function ImageLayoutGridInner(props: ImageLayoutGridInnerProps) { <View style={{flex: 2, aspectRatio: isWeb ? 1 : undefined}}> <GalleryItem {...props} index={0} imageStyle={styles.image} /> </View> - <View style={{flex: 1, gap: !isWeb ? 5 : undefined}}> + <View style={{flex: 1, gap: !isWeb ? IMAGE_GAP : undefined}}> <View style={styles.smallItem}> <GalleryItem {...props} index={1} imageStyle={styles.image} /> </View> |