From 2c480b9a895f0dea8bac254ce00aba5863671738 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 25 Oct 2025 19:44:06 -0500 Subject: [PATCH] Fix History layout for mobile portrait cameras (#20669) --- 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={{