Skip to content

Commit

Permalink
style: fix validator page
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7u committed May 17, 2024
1 parent cf98978 commit 140a17d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/features/staking/components/validator-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,13 @@ export default function ValidatorPage() {
)}
</Heading2>
</div>
<div className="absolute bottom-0 right-[20px] top-0">
<div className="absolute bottom-0 right-[20px] top-0 hidden md:block">
<DivisorVertical />
</div>
</div>
<div className="col-span-2 h-1 py-4 md:hidden">
<DivisorHorizontal className="md:min-w-[1000px]" />
</div>
<div className="relative">
<Heading8>Voting Power</Heading8>
<div className="mb-[8px] mt-[12px]">
Expand Down

0 comments on commit 140a17d

Please sign in to comment.