feat(web): album card hover styling (#2424)

* feat(web): album card hover styling

* feedback

* fix delete button not shown

* better color
This commit is contained in:
Alex
2023-05-11 11:50:48 -05:00
committed by GitHub
parent 2c7821e5e6
commit f961acdf0c
2 changed files with 10 additions and 8 deletions

View File

@@ -62,7 +62,7 @@
</div>
<!-- Album Card -->
<div class="grid grid-cols-[repeat(auto-fill,minmax(15rem,1fr))] gap-8">
<div class="grid grid-cols-[repeat(auto-fill,minmax(15rem,1fr))]">
{#each $albums as album (album.id)}
<a
data-sveltekit-preload-data="hover"