Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

increase target area of scrubber (#5265)

authored by

Samuel Newman and committed by
GitHub
db384385 fc259920

+1 -1
+1 -1
src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx
··· 586 586 return ( 587 587 <View 588 588 testID="scrubber" 589 - style={[{height: 10, width: '100%'}, a.flex_shrink_0, a.px_xs]} 589 + style={[{height: 18, width: '100%'}, a.flex_shrink_0, a.px_xs, a.py_xs]} 590 590 onPointerEnter={onStartHover} 591 591 onPointerLeave={onEndHover}> 592 592 <div