about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKarol Stawowski <66377130+karolstawowski@users.noreply.github.com>2024-12-16 17:53:00 +0100
committerGitHub <noreply@github.com>2024-12-16 16:53:00 +0000
commitc4fffba11b0302ccaca0392628fa048bab656aa6 (patch)
tree3f6510c42daedb4df68bfb22f67765a03d5efc01
parente4e5a589b135e05187772a6961fbaff0cd5f21be (diff)
downloadvoidsky-c4fffba11b0302ccaca0392628fa048bab656aa6.tar.zst
feat: widen recent search profile link for mobile devices (#7119)
* feat: widen recent search profile link for mobile devices

* chore: apply style to non-mobile screens
-rw-r--r--src/view/screens/Search/Search.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/screens/Search/Search.tsx b/src/view/screens/Search/Search.tsx
index 21f9c988f..cf00ee2bf 100644
--- a/src/view/screens/Search/Search.tsx
+++ b/src/view/screens/Search/Search.tsx
@@ -1193,6 +1193,7 @@ const styles = StyleSheet.create({
   },
   profilePressable: {
     alignItems: 'center',
+    width: '100%',
   },
   profileAvatar: {
     width: 60,