about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-01-30 17:00:49 -0800
committerHailey <me@haileyok.com>2024-01-30 17:00:49 -0800
commitbb4c9df039d36457bb6e78b7fb7dfcdefe0b72d5 (patch)
treeb66c7169b181c230355b54cafb6cc0fb969a96ec /src
parent767dd83d0bddc4a4272f2b5ad27d4a1ae1fef7de (diff)
downloadvoidsky-bb4c9df039d36457bb6e78b7fb7dfcdefe0b72d5.tar.zst
cleanup
Diffstat (limited to 'src')
-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,