Skip to content

Commit

Permalink
feat: widen recent search profile link for mobile devices (#7119)
Browse files Browse the repository at this point in the history
* feat: widen recent search profile link for mobile devices

* chore: apply style to non-mobile screens
  • Loading branch information
karolstawowski authored Dec 16, 2024
1 parent e4e5a58 commit c4fffba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/screens/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,7 @@ const styles = StyleSheet.create({
},
profilePressable: {
alignItems: 'center',
width: '100%',
},
profileAvatar: {
width: 60,
Expand Down

0 comments on commit c4fffba

Please sign in to comment.