Skip to content

Commit

Permalink
Merge pull request #2381 from aeternity/fix/icons-on-index-page
Browse files Browse the repository at this point in the history
fix: icons on index page
  • Loading branch information
martinkaintas authored Oct 11, 2023
2 parents 18ea987 + 48f0001 commit 27b614c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/popup/components/PlatformIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ export default defineComponent({
.platform-icon {
height: 44px;
width: 40px;
padding: 2px 0;
.platform-icon-image {
height: 40px;
width: 40px;
height: 100%;
margin: 0 auto;
transition: all 0.15s ease-in-out;
&.grey {
Expand Down

0 comments on commit 27b614c

Please sign in to comment.