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:
ibs0d
2026-03-21 20:03:40 +11:00
committed by GitHub
+1 -1
View File
@@ -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">