about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/view/com/util/images/ImageLayoutGrid.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/util/images/ImageLayoutGrid.tsx b/src/view/com/util/images/ImageLayoutGrid.tsx
index cf0d190f4..ad7a42af5 100644
--- a/src/view/com/util/images/ImageLayoutGrid.tsx
+++ b/src/view/com/util/images/ImageLayoutGrid.tsx
@@ -111,8 +111,8 @@ const styles = StyleSheet.create({
       }
     : {},
   threeSingle: {
-    flex: 1,
-    gap: isWeb ? undefined : IMAGE_GAP,
+    flex: 2,
+    aspectRatio: isWeb ? 1 : undefined,
   },
   threeDouble: {
     flex: 1,