diff options
author | Eric Bailey <git@esb.lol> | 2024-05-20 16:06:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 14:06:29 -0700 |
commit | becf373edbc53160bd1082f8cb0ad3318f291cc4 (patch) | |
tree | 65151c59e0a9292061b767a6557f0136e03c0b80 /src | |
parent | aa7c3130dbdeac889ad667f6cd597661e812622d (diff) | |
download | voidsky-becf373edbc53160bd1082f8cb0ad3318f291cc4.tar.zst |
Maybe? (#4125)
Diffstat (limited to 'src')
-rw-r--r-- | src/components/dms/NewChatDialog/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/dms/NewChatDialog/index.tsx b/src/components/dms/NewChatDialog/index.tsx index 99572fd5c..fb20b8f4c 100644 --- a/src/components/dms/NewChatDialog/index.tsx +++ b/src/components/dms/NewChatDialog/index.tsx @@ -484,6 +484,7 @@ function SearchablePeopleList({ style={[ web([a.py_0, {height: '100vh', maxHeight: 600}, a.px_0]), native({ + height: '100%', paddingHorizontal: 0, marginTop: 0, paddingTop: 0, |