Skip to content

Commit

Permalink
chore: fix identicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Nov 12, 2023
1 parent c756f5d commit 9b5b237
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/modals/Accounts/Wrappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,14 @@ export const AccountWrapper = styled.div`
font-size: 0.9rem;
}
.delegator {
width: 1rem;
width: 1.1rem;
z-index: 0;
> div {
width: 2rem;
height: 2rem;
top: 0.25rem;
}
}
.identicon {
z-index: 1;
Expand Down

0 comments on commit 9b5b237

Please sign in to comment.