fix(ui): small bug where on small web views the final card was not full height
This commit is contained in:
@@ -433,6 +433,7 @@ function SeeMoreSuggestedProfilesCard() {
|
|||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
label={_(msg`Browse more accounts on the Explore page`)}
|
label={_(msg`Browse more accounts on the Explore page`)}
|
||||||
|
style={[a.flex_col]}
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
navigation.navigate('SearchTab')
|
navigation.navigate('SearchTab')
|
||||||
}}>
|
}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user