mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(web): make link fit album card (#26958)
This commit is contained in:
parent
4e44fb9cf7
commit
9dafc8e8e9
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
{#each albums as album, index (album.id)}
|
||||
<a
|
||||
href={Route.viewAlbum(album)}
|
||||
class="h-fit"
|
||||
animate:flip={{ duration: 400 }}
|
||||
oncontextmenu={(event) => oncontextmenu(event, album)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue