Skip to content

Commit

Permalink
APT-1662
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorginaShall committed Jan 23, 2025
1 parent 5b57a23 commit db75a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/stakingPoolsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const StakingPoolsList: React.FC = () => {
</div>

<div className="grid grid-cols-1 gap-2.5 lg:gap-4 overflow-y-auto max-h-[calc(90vh-25vh)]
scrollbar-thin scrollbar-thumb-gray1 scrollbar-track-gray1 hover:scrollbar-thumb-gray1 pb-20 md:px-7 lg:px-2 xl:px-8">
scrollbar-thin scrollbar-thumb-gray1 scrollbar-track-gray1 hover:scrollbar-thumb-gray1 pb-20 pr-4">
{sortedStakingPoolsData.map(({ stakingPool, userData }) => (
<StakingPoolCard
key={stakingPool.definition.id}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const HomePage = () => {
overflow-y-hidden `}>
<div className='grid grid-cols-1 lg:grid-cols-2 gap-5 px-4 lg:px-8 xl:px-12 pt-3 lg:pt-[4vh]'>
{/* Left column */}
<div className="bg-black p-2 xs:p-6 rounded-2.5xl">
<div className="bg-black p-4 xs:p-6 rounded-2.5xl">
<StakingPoolsList />
</div>

Expand Down

0 comments on commit db75a80

Please sign in to comment.