diff --git a/src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx b/src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx index 791025f709..97c52a0db8 100644 --- a/src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx +++ b/src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx @@ -259,6 +259,7 @@ export function Controls({ if (evt.pointerType !== 'mouse' && !hovered) { evt.preventDefault() } + clearTimeout(timeoutRef.current) }, [hovered], ) @@ -355,7 +356,7 @@ export function Controls({ style={[ a.flex_1, a.px_xs, - a.pt_sm, + a.pt_2xs, a.pb_md, a.gap_md, a.flex_row, @@ -592,7 +593,7 @@ function Scrubber({ return (