Skip to content

Commit

Permalink
make basescan icon smaller on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
willyogo authored Jan 10, 2025
1 parent 45359ca commit 8a70cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/AppNavbarMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ $z-index: 1000;
}
.app-navbar-mobile__base-icon {
width: toRem(24);
height: toRem(24);
width: toRem(20);
height: toRem(20);
cursor: pointer;
}
Expand Down

0 comments on commit 8a70cf1

Please sign in to comment.