Minor fix to notifications
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user