We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c577fcc commit 7ca40c9Copy full SHA for 7ca40c9
packages/kit/src/views/Market/MarketHomeV2/components/MarketRecommendList/MarketRecommendList.tsx
@@ -136,7 +136,7 @@ export function MarketRecommendList({
136
const stackPaddingBottom = useMemo(() => {
137
if (platformEnv.isNativeAndroid) return 80;
138
if (platformEnv.isExtension) return 50;
139
- if (platformEnv.isWeb && !gtMd) return 50;
+ if (platformEnv.isWeb && !gtMd) return 130;
140
return 0;
141
}, [gtMd]);
142
0 commit comments