Minor fix to notifications

This commit is contained in:
WardPearce
2024-03-15 23:27:37 +13:00
parent 900ed38752
commit 1bbcc63b4c
+3 -1
View File
@@ -440,7 +440,9 @@
<p>No new notifications here</p>
{:else}
{#each notifications as notification}
<Thumbnail video={notification}></Thumbnail>
<article class="no-padding">
<Thumbnail video={notification}></Thumbnail>
</article>
{/each}
{/if}
</dialog>