Skip to content

Commit

Permalink
fix: icons on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkaintas committed Oct 10, 2023
1 parent 69f03e1 commit 48f0001
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 48f0001

Please sign in to comment.