|
@@ -133,7 +133,7 @@
|
|
{#if albums.length}
|
|
{#if albums.length}
|
|
<section>
|
|
<section>
|
|
<div class="ml-6 text-4xl font-medium text-black/70 dark:text-white/80">ALBUMS</div>
|
|
<div class="ml-6 text-4xl font-medium text-black/70 dark:text-white/80">ALBUMS</div>
|
|
- <div class="grid grid-cols-[repeat(auto-fill,minmax(13rem,1fr))]">
|
|
|
|
|
|
+ <div class="grid grid-cols-[repeat(auto-fill,minmax(14rem,1fr))]">
|
|
{#each albums as album (album.id)}
|
|
{#each albums as album (album.id)}
|
|
<a data-sveltekit-preload-data="hover" href={`albums/${album.id}`} animate:flip={{ duration: 200 }}>
|
|
<a data-sveltekit-preload-data="hover" href={`albums/${album.id}`} animate:flip={{ duration: 200 }}>
|
|
<AlbumCard {album} user={data.user} isSharingView={false} showItemCount={false} showContextMenu={false} />
|
|
<AlbumCard {album} user={data.user} isSharingView={false} showItemCount={false} showContextMenu={false} />
|