From 204441b2bd5922778e4c42b69a0985b95c34c2fb Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 25 Oct 2025 18:48:50 -0500 Subject: [PATCH] Fix History layout for mobile portrait cameras --- web/src/views/recording/RecordingView.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/src/views/recording/RecordingView.tsx b/web/src/views/recording/RecordingView.tsx index bde6c6d43..44a3d0aab 100644 --- a/web/src/views/recording/RecordingView.tsx +++ b/web/src/views/recording/RecordingView.tsx @@ -710,13 +710,12 @@ export function RecordingView({ ? "h-full" : "w-full" : cn( - "flex-shrink-0 pt-2", + "flex-shrink-0 portrait:w-full landscape:h-full", mainCameraAspect == "wide" ? "aspect-wide" : mainCameraAspect == "tall" - ? "aspect-tall" + ? "aspect-tall portrait:h-full" : "aspect-video", - "portrait:w-full landscape:h-full", ), )} style={{