Update RecordingView.tsx

This commit is contained in:
ibs0d
2026-03-14 16:34:48 +11:00
committed by GitHub
parent 7033fc965c
commit f35a257844
+1 -1
View File
@@ -418,7 +418,7 @@ export function RecordingView({
return "size-full";
}
} else {
return "w-full aspect-video";
return "size-full";
}
}, [mainCameraAspect]);