revert Update RecordingView.tsx

This commit is contained in:
ibs0d 2026-03-15 14:31:11 +11:00 committed by GitHub
parent 86de033f74
commit a0ca322129
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";
}
} else {
return "size-full";
return "w-full aspect-video";
}
}, [mainCameraAspect]);