Skip to content

Commit

Permalink
fix(ui): identicon size
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jul 8, 2018
1 parent 9929b70 commit 14b7ba7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/@vue/cli-ui/src/components/ItemLogo.vue
Expand Up @@ -143,6 +143,15 @@ export default {
height @width
position relative
top 3px
border-radius 0
&.identicon
.wrapper
background white
.image
width 60%
height @width
border-radius 0
&.loaded
.image
Expand Down
Expand Up @@ -8,6 +8,7 @@

<ItemLogo
:image="image || 'widgets'"
class="identicon"
/>

<ListItemInfo
Expand Down

0 comments on commit 14b7ba7

Please sign in to comment.