Skip to content

Commit 762500a

Browse files
committed
fix for issue #39
1 parent 9cd7a1e commit 762500a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/credits.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div v-for="(user, index) in users" :key="index" :style="index > 0 ? 'margin-top: 62px' : null">
88
<div style="display: flex">
99
<div style="position: relative">
10-
<div class="profile-background" :style="`background-color: ${colors[index]}`"></div>
10+
<div class="profile-background" :style="`background-color: transparent`"></div>
1111
<img :src="user.avatarUrl" class="avatar" />
1212
</div>
1313
<div style="margin-left: 40px">
@@ -108,7 +108,6 @@ export default {
108108
top: 10px;
109109
left: -10px;
110110
width: 112px;
111-
height: 154px;
112111
border-radius: 12px;
113112
}
114113
.header-title {

0 commit comments

Comments
 (0)