Skip to content

Commit 14b7ba7

Browse files
author
Guillaume Chau
committed
fix(ui): identicon size
1 parent 9929b70 commit 14b7ba7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/@vue/cli-ui/src/components/ItemLogo.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,15 @@ export default {
143143
height @width
144144
position relative
145145
top 3px
146+
border-radius 0
147+
148+
&.identicon
149+
.wrapper
150+
background white
151+
.image
152+
width 60%
153+
height @width
154+
border-radius 0
146155
147156
&.loaded
148157
.image

packages/@vue/cli-ui/src/components/ProjectDependencyItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<ItemLogo
1010
:image="image || 'widgets'"
11+
class="identicon"
1112
/>
1213

1314
<ListItemInfo

0 commit comments

Comments
 (0)