We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd7a1e commit 762500aCopy full SHA for 762500a
pages/credits.vue
@@ -7,7 +7,7 @@
7
<div v-for="(user, index) in users" :key="index" :style="index > 0 ? 'margin-top: 62px' : null">
8
<div style="display: flex">
9
<div style="position: relative">
10
- <div class="profile-background" :style="`background-color: ${colors[index]}`"></div>
+ <div class="profile-background" :style="`background-color: transparent`"></div>
11
<img :src="user.avatarUrl" class="avatar" />
12
</div>
13
<div style="margin-left: 40px">
@@ -108,7 +108,6 @@ export default {
108
top: 10px;
109
left: -10px;
110
width: 112px;
111
- height: 154px;
112
border-radius: 12px;
113
}
114
.header-title {
0 commit comments