Flesh out recent activity component

This commit is contained in:
Jon Staab
2025-06-05 10:16:05 -07:00
parent 0b8c6c4a49
commit d8b87db784
3 changed files with 102 additions and 158 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
</div>
{:else}
<div
class="flex flex-col overflow-hidden text-ellipsis break-words"
class="overflow-hidden text-ellipsis break-words"
style={expandBlock ? "mask-image: linear-gradient(0deg, transparent 0px, black 100px)" : ""}>
{#each shortContent as parsed, i}
{#if isNewline(parsed) && !isBlock(i - 1)}