fix(web): shared link card (#10702)

This commit is contained in:
Michel Heusschen
2024-07-01 00:34:52 +02:00
committed by GitHub
parent c58148af35
commit 560dbd3c65
2 changed files with 32 additions and 64 deletions

View File

@@ -12,7 +12,7 @@
export { className as class };
</script>
<div class="relative aspect-square">
<div class="relative aspect-square shrink-0">
{#if link?.album}
<AlbumCover album={link.album} class={className} {preload} />
{:else if link.assets[0]}