NewChatDialog: remove extra padding on web (#6333)
This commit is contained in:
committed by
GitHub
parent
5f7caf3010
commit
7d34f6bb5c
@@ -278,7 +278,7 @@ export function SearchablePeopleList({
|
|||||||
) : null}
|
) : null}
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View style={[, web([a.pt_xs])]}>
|
<View style={web([a.pt_xs])}>
|
||||||
<SearchInput
|
<SearchInput
|
||||||
inputRef={inputRef}
|
inputRef={inputRef}
|
||||||
value={searchText}
|
value={searchText}
|
||||||
@@ -313,6 +313,7 @@ export function SearchablePeopleList({
|
|||||||
web([a.py_0, {height: '100vh', maxHeight: 600}, a.px_0]),
|
web([a.py_0, {height: '100vh', maxHeight: 600}, a.px_0]),
|
||||||
native({height: '100%'}),
|
native({height: '100%'}),
|
||||||
]}
|
]}
|
||||||
|
webInnerContentContainerStyle={a.py_0}
|
||||||
webInnerStyle={[a.py_0, {maxWidth: 500, minWidth: 200}]}
|
webInnerStyle={[a.py_0, {maxWidth: 500, minWidth: 200}]}
|
||||||
keyboardDismissMode="on-drag"
|
keyboardDismissMode="on-drag"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user