Update RecordingView.tsx

This commit is contained in:
ibs0d 2026-03-14 16:34:48 +11:00 committed by GitHub
parent 7033fc965c
commit f35a257844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -418,7 +418,7 @@ export function RecordingView({
return "size-full"; return "size-full";
} }
} else { } else {
return "w-full aspect-video"; return "size-full";
} }
}, [mainCameraAspect]); }, [mainCameraAspect]);