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

Revert "Fix PreviewPlayer layout: replace size-full with w-full to allow aspe…"
This commit is contained in:
ibs0d 2026-03-21 13:47:51 +11:00 committed by GitHub
commit 27329b4991
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}