mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
Merge pull request #92 from ibs0d/claude/add-camera-rotation-support-Lg2l9
Fix ui.rotate in HlsVideoPlayer: broken CSS height chain on desktop
This commit is contained in:
commit
81f3619542
@ -379,7 +379,7 @@ export default function HlsVideoPlayer({
|
||||
}}
|
||||
contentStyle={{
|
||||
width: "100%",
|
||||
height: isMobile ? "100%" : undefined,
|
||||
height: isMobile || rotate ? "100%" : undefined,
|
||||
}}
|
||||
>
|
||||
<div className="relative size-full">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user