Skip to content

Commit

Permalink
Merge pull request #85 from Sherlockouo/wdf_dev
Browse files Browse the repository at this point in the history
fix: fix #84
  • Loading branch information
Sherlockouo authored Dec 23, 2023
2 parents e062de6 + 2890d5b commit fe9f577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/pages/My/Collections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const Collections = () => {
const { librarySelectedTab: selectedTab } = useSnapshot(persistedUiStates)
return (
<motion.div>
<CollectionTabs className='sticky top-[122px] z-10 w-full'/>
<CollectionTabs className='sticky top-[110px] z-10 w-full backdrop-blur-lg py-5 h-20'/>
<div className={cx('px-2.5 pt-10 lg:px-0')}>
{selectedTab === 'daily' && <Daily />}
{selectedTab === 'albums' && <Albums />}
Expand Down

0 comments on commit fe9f577

Please sign in to comment.