Merge pull request #8923 from internet-development/@APiligrim/update-gif-select
Update: search on Gif select component to add small padding to match other search experiences
This commit is contained in:
@@ -146,20 +146,9 @@ function GifList({
|
|||||||
a.flex_row,
|
a.flex_row,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
!gtMobile && web(a.gap_md),
|
!gtMobile && web(a.gap_md),
|
||||||
|
a.pb_sm,
|
||||||
|
t.atoms.bg,
|
||||||
]}>
|
]}>
|
||||||
{/* cover top corners */}
|
|
||||||
<View
|
|
||||||
style={[
|
|
||||||
a.absolute,
|
|
||||||
a.inset_0,
|
|
||||||
{
|
|
||||||
borderBottomLeftRadius: 8,
|
|
||||||
borderBottomRightRadius: 8,
|
|
||||||
},
|
|
||||||
t.atoms.bg,
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
|
|
||||||
{!gtMobile && isWeb && (
|
{!gtMobile && isWeb && (
|
||||||
<Button
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
|
|||||||
Reference in New Issue
Block a user