Update search on Gif select component to add small padding to match other search experiences
This commit is contained in:
@@ -146,19 +146,10 @@ 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,
|
||||||
]}>
|
]}>
|
||||||
{/* cover top corners */}
|
{/* cover top corners */}
|
||||||
<View
|
<View style={[a.absolute, a.inset_0, t.atoms.bg]} />
|
||||||
style={[
|
|
||||||
a.absolute,
|
|
||||||
a.inset_0,
|
|
||||||
{
|
|
||||||
borderBottomLeftRadius: 8,
|
|
||||||
borderBottomRightRadius: 8,
|
|
||||||
},
|
|
||||||
t.atoms.bg,
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
|
|
||||||
{!gtMobile && isWeb && (
|
{!gtMobile && isWeb && (
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@@ -1458,7 +1458,7 @@ msgstr ""
|
|||||||
msgid "Books"
|
msgid "Books"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/FeedInterstitials.tsx:435
|
#: src/components/FeedInterstitials.tsx:428
|
||||||
msgid "Browse more accounts on the Explore page"
|
msgid "Browse more accounts on the Explore page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -2699,10 +2699,6 @@ msgstr ""
|
|||||||
msgid "Dismiss this section"
|
msgid "Dismiss this section"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/Toast/index.web.tsx:81
|
|
||||||
msgid "Dismiss toast"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/screens/Settings/AccessibilitySettings.tsx:69
|
#: src/screens/Settings/AccessibilitySettings.tsx:69
|
||||||
#: src/screens/Settings/AccessibilitySettings.tsx:74
|
#: src/screens/Settings/AccessibilitySettings.tsx:74
|
||||||
msgid "Display larger alt text badges"
|
msgid "Display larger alt text badges"
|
||||||
|
|||||||
Reference in New Issue
Block a user