From c6e28f88e5e96453005ff6f11194f3ccf091f4b6 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 18 Oct 2023 20:08:12 +0100 Subject: [PATCH] Fix four gallery images for Firefox (#1710) --- src/view/com/util/images/ImageLayoutGrid.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/view/com/util/images/ImageLayoutGrid.tsx b/src/view/com/util/images/ImageLayoutGrid.tsx index 2e352d08..4aa6f28d 100644 --- a/src/view/com/util/images/ImageLayoutGrid.tsx +++ b/src/view/com/util/images/ImageLayoutGrid.tsx @@ -63,8 +63,8 @@ function ImageLayoutGridInner(props: ImageLayoutGridInnerProps) { case 4: return ( - - + <> + @@ -72,7 +72,7 @@ function ImageLayoutGridInner(props: ImageLayoutGridInnerProps) { - + @@ -80,7 +80,7 @@ function ImageLayoutGridInner(props: ImageLayoutGridInnerProps) { - + ) default: