Make quotes in channels more minimal

This commit is contained in:
Jon Staab
2024-11-21 14:14:46 -08:00
parent eb5bcd8948
commit e83a72b426
4 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
</div>
{/if}
<div class="text-sm">
<Content {event} />
<Content {event} quoteProps={{minimal: true}} />
{#if thunk}
<ThunkStatus {thunk} class="mt-2" />
{/if}