mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(web): add tailwind plugin for repeating grid cols (#11748)
This commit is contained in:
parent
276101ee82
commit
b014162088
8 changed files with 26 additions and 15 deletions
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
<div class="mt-4">
|
||||
{#if !isCollapsed}
|
||||
<div class="grid grid-cols-[repeat(auto-fill,minmax(14rem,1fr))] gap-y-4" transition:slide={{ duration: 300 }}>
|
||||
<div class="grid grid-auto-fill-56 gap-y-4" transition:slide={{ duration: 300 }}>
|
||||
{#each albums as album, index (album.id)}
|
||||
<a
|
||||
data-sveltekit-preload-data="hover"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue