From 374a78c23d4f5de168e8f843ae628452079f07c0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 7 Feb 2024 14:37:32 -0700 Subject: [PATCH] Don't use grid at all for single column --- web/src/pages/Live.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/Live.tsx b/web/src/pages/Live.tsx index 0a3aa1cdd..e00e7f2da 100644 --- a/web/src/pages/Live.tsx +++ b/web/src/pages/Live.tsx @@ -72,7 +72,7 @@ function Live() { )} -
+
{cameras.map((camera) => { let grow; if (camera.detect.width / camera.detect.height > 2) {