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
commit 81f3619542
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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">