From 1f898ec15b77323da34fb9d400a5df0a2f580860 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:25:18 -0500 Subject: [PATCH] margin tweak --- web/src/views/motion-search/MotionSearchView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/motion-search/MotionSearchView.tsx b/web/src/views/motion-search/MotionSearchView.tsx index d2b06b6e70..faccb54abc 100644 --- a/web/src/views/motion-search/MotionSearchView.tsx +++ b/web/src/views/motion-search/MotionSearchView.tsx @@ -1489,7 +1489,7 @@ export default function MotionSearchView({ isDesktop ? mainCameraAspect === "tall" ? "mr-2 h-full min-h-0 min-w-0 flex-1 items-center" - : "mr-2 h-full min-h-0 min-w-0 flex-1" + : "mx-2 h-full min-h-0 min-w-0 flex-1" : mainCameraAspect === "tall" ? "flex-1 portrait:h-[40dvh] portrait:max-h-[40dvh] portrait:flex-shrink-0 portrait:flex-grow-0 portrait:basis-auto portrait:items-center portrait:justify-center" : "flex-1 portrait:max-h-[40dvh] portrait:flex-shrink-0 portrait:flex-grow-0 portrait:basis-auto landscape:items-center landscape:justify-center",