diff options
author | Hailey <me@haileyok.com> | 2024-01-30 17:00:49 -0800 |
---|---|---|
committer | Hailey <me@haileyok.com> | 2024-01-30 17:00:49 -0800 |
commit | bb4c9df039d36457bb6e78b7fb7dfcdefe0b72d5 (patch) | |
tree | b66c7169b181c230355b54cafb6cc0fb969a96ec /src | |
parent | 767dd83d0bddc4a4272f2b5ad27d4a1ae1fef7de (diff) | |
download | voidsky-bb4c9df039d36457bb6e78b7fb7dfcdefe0b72d5.tar.zst |
cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/util/images/ImageLayoutGrid.tsx | 4 |
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, |