fix(ui): identicon size

This commit is contained in:
Guillaume Chau
2018-07-08 17:59:25 +02:00
parent 9929b70559
commit 14b7ba7ae0
2 changed files with 10 additions and 0 deletions

View File

@@ -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

View File

@@ -8,6 +8,7 @@
<ItemLogo
:image="image || 'widgets'"
class="identicon"
/>
<ListItemInfo