tweaks
This commit is contained in:
@@ -747,9 +747,10 @@ export const ComposePost = ({
|
|||||||
<Animated.View
|
<Animated.View
|
||||||
style={[a.flex_row, a.p_sm, t.atoms.bg, bottomBarAnimatedStyle]}>
|
style={[a.flex_row, a.p_sm, t.atoms.bg, bottomBarAnimatedStyle]}>
|
||||||
<ScrollView
|
<ScrollView
|
||||||
horizontal
|
|
||||||
contentContainerStyle={[a.gap_sm]}
|
contentContainerStyle={[a.gap_sm]}
|
||||||
bounces={false}>
|
horizontal={true}
|
||||||
|
bounces={false}
|
||||||
|
showsHorizontalScrollIndicator={false}>
|
||||||
{replyTo ? null : (
|
{replyTo ? null : (
|
||||||
<ThreadgateBtn
|
<ThreadgateBtn
|
||||||
postgate={draft.postgate}
|
postgate={draft.postgate}
|
||||||
|
|||||||
Reference in New Issue
Block a user