This commit is contained in:
Samuel Newman
2025-01-17 01:01:24 +00:00
parent 22e520795f
commit c9f199413b
+10 -1
View File
@@ -543,7 +543,14 @@ function Overlay({
</Button>
<LinearGradient
colors={['rgba(0,0,0,0)', 'rgba(0,0,0,0.8)', 'rgba(0,0,0,0.95)']}
style={[a.w_full, a.px_xl, a.py_sm, a.gap_md]}>
style={[
a.w_full,
a.px_xl,
a.py_sm,
a.gap_md,
a.pb_3xl,
{marginBottom: tokens.space.xl * -1},
]}>
<View style={[a.flex_row, a.gap_md, a.align_center]}>
<PreviewableUserAvatar profile={post.author} size={32} />
<View>
@@ -819,6 +826,8 @@ function Scrubber({
a.pt_sm,
a.justify_end,
{paddingBottom: insets.bottom},
a.relative,
a.z_10,
]}>
<Animated.View
style={[{backgroundColor: 'white'}, a.h_full, a.w_full, barStyle]}