mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-05 02:18:52 +03:00
Revert "Fix PreviewPlayer layout: replace size-full with w-full to allow aspe…"
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user