[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: improve contributors layout (#920)

authored by

abeer0 and committed by
GitHub
62cff37b 95f8c028

+4 -1
+4 -1
app/pages/about.vue
··· 181 181 <div v-else-if="contributorsStatus === 'error'" class="text-fg-subtle text-sm"> 182 182 {{ $t('about.contributors.error') }} 183 183 </div> 184 - <div v-else-if="contributors?.length" class="flex flex-wrap gap-2"> 184 + <div 185 + v-else-if="contributors?.length" 186 + class="grid grid-cols-[repeat(auto-fill,48px)] justify-center gap-2" 187 + > 185 188 <a 186 189 v-for="contributor in contributors" 187 190 :key="contributor.id"