Merge pull request #84 from ibs0d/claude/fix-preview-player-layout-s65yN

Fix PreviewPlayer layout: replace size-full with w-full to allow aspe…
This commit is contained in:
ibs0d 2026-03-21 13:07:32 +11:00 committed by GitHub
commit c089a21def
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,
className?.replace(/\bsize-full\b/g, "w-full"),
isScrubbing || isLoading ? "visible" : "hidden",
)}
camera={camera}