Skip to content

Commit 7ca40c9

Browse files
authored
Update MarketRecommendList component with improvements (#8559)
* Update MarketRecommendList component with improvements * Update MarketRecommendList to adjust bottom padding for web platform
1 parent c577fcc commit 7ca40c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/views/Market/MarketHomeV2/components/MarketRecommendList/MarketRecommendList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export function MarketRecommendList({
136136
const stackPaddingBottom = useMemo(() => {
137137
if (platformEnv.isNativeAndroid) return 80;
138138
if (platformEnv.isExtension) return 50;
139-
if (platformEnv.isWeb && !gtMd) return 50;
139+
if (platformEnv.isWeb && !gtMd) return 130;
140140
return 0;
141141
}, [gtMd]);
142142

0 commit comments

Comments
 (0)