about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/dialogs/GifSelect.tsx13
-rw-r--r--src/locale/locales/en/messages.po6
2 files changed, 3 insertions, 16 deletions
diff --git a/src/components/dialogs/GifSelect.tsx b/src/components/dialogs/GifSelect.tsx
index 15c1ba26e..c72c2c8f6 100644
--- a/src/components/dialogs/GifSelect.tsx
+++ b/src/components/dialogs/GifSelect.tsx
@@ -146,19 +146,10 @@ function GifList({
           a.flex_row,
           a.align_center,
           !gtMobile && web(a.gap_md),
+          a.pb_sm,
         ]}>
         {/* cover top corners */}
-        <View
-          style={[
-            a.absolute,
-            a.inset_0,
-            {
-              borderBottomLeftRadius: 8,
-              borderBottomRightRadius: 8,
-            },
-            t.atoms.bg,
-          ]}
-        />
+        <View style={[a.absolute, a.inset_0, t.atoms.bg]} />
 
         {!gtMobile && isWeb && (
           <Button
diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po
index 9c9cedc0a..d183aa8bf 100644
--- a/src/locale/locales/en/messages.po
+++ b/src/locale/locales/en/messages.po
@@ -1458,7 +1458,7 @@ msgstr ""
 msgid "Books"
 msgstr ""
 
-#: src/components/FeedInterstitials.tsx:435
+#: src/components/FeedInterstitials.tsx:428
 msgid "Browse more accounts on the Explore page"
 msgstr ""
 
@@ -2699,10 +2699,6 @@ msgstr ""
 msgid "Dismiss this section"
 msgstr ""
 
-#: src/components/Toast/index.web.tsx:81
-msgid "Dismiss toast"
-msgstr ""
-
 #: src/screens/Settings/AccessibilitySettings.tsx:69
 #: src/screens/Settings/AccessibilitySettings.tsx:74
 msgid "Display larger alt text badges"