mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-29 18:18:26 +01:00
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:
@@ -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"}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user