make sure its usable on large font sizes

This commit is contained in:
Hailey
2024-10-16 15:43:28 -07:00
committed by Samuel Newman
parent abf1a8d0a7
commit 6080a17193
+7 -7
View File
@@ -13,6 +13,7 @@ import {
Keyboard,
KeyboardAvoidingView,
LayoutChangeEvent,
ScrollView,
StyleProp,
StyleSheet,
View,
@@ -744,13 +745,11 @@ export const ComposePost = ({
<SuggestedLanguage text={richtext.text} />
<Animated.View
style={[
a.flex_row,
a.p_sm,
a.gap_sm,
t.atoms.bg,
bottomBarAnimatedStyle,
]}>
style={[a.flex_row, a.p_sm, t.atoms.bg, bottomBarAnimatedStyle]}>
<ScrollView
horizontal
contentContainerStyle={[a.gap_sm]}
bounces={false}>
{replyTo ? null : (
<ThreadgateBtn
postgate={draft.postgate}
@@ -774,6 +773,7 @@ export const ComposePost = ({
}}
hasMedia={hasMedia || Boolean(extLink)}
/>
</ScrollView>
</Animated.View>
<View
style={[