mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 00:29:06 -06:00
fix(ui): identicon size
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
<ItemLogo
|
||||
:image="image || 'widgets'"
|
||||
class="identicon"
|
||||
/>
|
||||
|
||||
<ListItemInfo
|
||||
|
||||
Reference in New Issue
Block a user