Skip to content

Commit

Permalink
Lists on start page also as grid
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSimCity committed Jan 24, 2024
1 parent 85c0022 commit e8aa272
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ const isSmallScreen = breakpoints.smallerOrEqual("lg");
</div>
</template>
</div>
<ol v-else class="w-full divide-y divide-label-separator">
<ol
v-else
class="w-full divide-y divide-label-separator grid grid-cols-tracklist"
>
<template v-for="item in group.items" :key="item.id">
<TrackItem
v-if="item.type === 'track'"
Expand Down

0 comments on commit e8aa272

Please sign in to comment.