Skip to content

Commit

Permalink
fix: marketplace page list style
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh committed Jan 10, 2025
1 parent c03adcb commit 2618cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const IntersectionLine = ({
useScrollIntersection(ref, intersectionContainerId)

return (
<div ref={ref} className='mb-4 h-[1px] bg-transparent'></div>
<div ref={ref} className='shrink-0 mb-4 h-[1px] bg-transparent'></div>
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ListWrapper = ({
}, [handleQueryPlugins, marketplaceCollections, marketplaceCollectionsFromClient, isSuccessCollections])

return (
<div className='relative flex flex-col grow h-0 px-12 py-2 bg-background-default-subtle'>
<div className='relative flex flex-col grow px-12 py-2 bg-background-default-subtle'>
{
plugins && (
<div className='flex items-center mb-4 pt-3'>
Expand Down

0 comments on commit 2618cdb

Please sign in to comment.