Skip to content

Commit

Permalink
minor tweeks sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohitkk432 committed Jul 23, 2023
1 parent b90a135 commit 58a0f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/sidebar/_default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function Sidebar({ className }: { className?: string }) {
</div>

<Scrollbar style={{ height: 'calc(100% - 96px)' }}>
<div className="px-6 pb-5 2xl:px-7 3xl:px-8 h-full">
<div className="h-full px-6 pb-5 2xl:px-7 3xl:px-8">
<Link href="/profile">
<AuthorCard
image={githubInfo?.avatar_url || ''}
Expand Down Expand Up @@ -135,7 +135,7 @@ export default function Sidebar({ className }: { className?: string }) {
onClick={handleAirdrop}
isLoading={stateLoading === 'loading'}
color="info"
className='mt-20'
className="mt-10 xl:mt-12 3xl:mt-16"
>
Airdrop Devnet SOL
</Button>
Expand Down

0 comments on commit 58a0f5e

Please sign in to comment.