Skip to content

Commit

Permalink
fix: center airdropped tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRest committed May 3, 2024
1 parent efc4273 commit d86ed36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/airdrop/AppAirdrop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const AppAirdrop: FC = () => {
</p>
</div>

<ul className="flex gap-5 flex-nowrap p-5 bg-fg/70 overflow-x-scroll scrollbar-thumb-slate-600 scrollbar-track-slate-900/70 scrollbar-w-2 scrollbar-h-2 scrollbar scrollbar-thumb-rounded">
<ul className="flex gap-5 justify-center flex-nowrap p-5 bg-fg/70 overflow-x-scroll scrollbar-thumb-slate-600 scrollbar-track-slate-900/70 scrollbar-w-2 scrollbar-h-2 scrollbar scrollbar-thumb-rounded">
<Tooltip>
<TooltipTrigger asChild={true}>
<li
Expand Down

0 comments on commit d86ed36

Please sign in to comment.