diff --git a/src/components/interstitials/Trending.tsx b/src/components/interstitials/Trending.tsx index 7809365e5c..b326777d2c 100644 --- a/src/components/interstitials/Trending.tsx +++ b/src/components/interstitials/Trending.tsx @@ -73,7 +73,7 @@ export function Inner() { - + {isLoading ? ( Array(TRENDING_TOPICS_COUNT) .fill(0) diff --git a/src/screens/Search/components/ExploreTrendingTopics.tsx b/src/screens/Search/components/ExploreTrendingTopics.tsx index 8831d39658..15e8d24752 100644 --- a/src/screens/Search/components/ExploreTrendingTopics.tsx +++ b/src/screens/Search/components/ExploreTrendingTopics.tsx @@ -65,7 +65,13 @@ function Inner() { + style={[ + a.flex_row, + a.justify_start, + a.flex_wrap, + {gap: '8px 6px'}, + gutters, + ]}> {isLoading ? ( Array(TRENDING_TOPICS_COUNT) .fill(0) diff --git a/src/view/shell/desktop/SidebarTrendingTopics.tsx b/src/view/shell/desktop/SidebarTrendingTopics.tsx index fdf0cf4eef..ef8ac3ada5 100644 --- a/src/view/shell/desktop/SidebarTrendingTopics.tsx +++ b/src/view/shell/desktop/SidebarTrendingTopics.tsx @@ -62,7 +62,7 @@ function Inner() { - + {isLoading ? ( Array(TRENDING_LIMIT) .fill(0)