Chore: fixing playback controls

Fixed maybe the vertically stretched in portrait
Fixed the gesture overlay persisting after events done

Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
Lance Chant
2026-05-26 13:04:19 +02:00
parent 39a168456a
commit d72cec0f4f
3 changed files with 16 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ export const CenterControls: FC<CenterControlsProps> = ({
justifyContent: "space-between",
alignItems: "center",
transform: [{ translateY: -22.5 }],
paddingHorizontal: "28%",
paddingHorizontal: hasChapters ? "18%" : "28%",
}}
pointerEvents={showControls ? "box-none" : "none"}
>