mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 03:59:39 +03:00
fix(web): make link fit album card (#26958)
This commit is contained in:
@@ -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)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user