fix: marketplace page list style (#12613)
This commit is contained in:
parent
ac336ff359
commit
c08b451874
@ -14,7 +14,7 @@ const IntersectionLine = ({
|
|||||||
useScrollIntersection(ref, intersectionContainerId)
|
useScrollIntersection(ref, intersectionContainerId)
|
||||||
|
|
||||||
return (
|
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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ const ListWrapper = ({
|
|||||||
}, [handleQueryPlugins, marketplaceCollections, marketplaceCollectionsFromClient, isSuccessCollections])
|
}, [handleQueryPlugins, marketplaceCollections, marketplaceCollectionsFromClient, isSuccessCollections])
|
||||||
|
|
||||||
return (
|
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 && (
|
plugins && (
|
||||||
<div className='flex items-center mb-4 pt-3'>
|
<div className='flex items-center mb-4 pt-3'>
|
||||||
|
Loading…
Reference in New Issue
Block a user