mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
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:
commit
c089a21def
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user