Revert "Fix PreviewPlayer layout: replace size-full with w-full to allow aspe…"

This commit is contained in:
ibs0d 2026-03-21 13:46:37 +11:00 committed by GitHub
parent c089a21def
commit c9971081b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -326,7 +326,7 @@ export default function DynamicVideoPlayer({
)}
<PreviewPlayer
className={cn(
className?.replace(/\bsize-full\b/g, "w-full"),
className,
isScrubbing || isLoading ? "visible" : "hidden",
)}
camera={camera}