Skip to content

Commit

Permalink
feat: move pin icon to fit in space (#3212)
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj authored Oct 17, 2024
1 parent e2b5bbf commit cbe353e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/ENSListPage/ENSListPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
}

.ENSListPage .ens-list-btn .Icon.pin {
width: 15px;
height: 15px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Icon/sprite.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
}

.Icon.pin {
background: url('icons.svg') 0 70.27027027027027% no-repeat;
background: url('icons.svg') 0 69.27027027027027% no-repeat;
width: 24px;
height: 24px;
}
Expand Down

0 comments on commit cbe353e

Please sign in to comment.