Skip to content

Commit

Permalink
fix: mana ethereum logo in activity
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jun 3, 2022
1 parent 2973354 commit 01ed9f9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@
margin-right: 16px;
}

.TransactionDetail .left .image .dcl.mana {
.TransactionDetail .left .image .dcl.mana .symbol .ethereum,
.TransactionDetail .left .image .dcl.mana .symbol .matic {
font-size: 48px;
height: 48px;
padding-top: 10px;
margin-left: 2px;
margin-top: -2px;
margin-top: -8px;
display: flex;
width: 44px;
}

.TransactionDetail .left .image .dcl.mana .matic {
Expand Down

0 comments on commit 01ed9f9

Please sign in to comment.