Small display tweaks

This commit is contained in:
Jon Staab
2024-10-31 15:40:43 -07:00
parent 74f9531c5f
commit 94901143f2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
style={expandBlock ? "mask-image: linear-gradient(0deg, transparent 0px, black 100px)" : ""}>
{#each shortContent as parsed, i}
{#if isNewline(parsed)}
<ContentNewline value={parsed.value.slice(1)} />
<ContentNewline value={parsed.value.slice(1) || "\n"} />
{:else if isTopic(parsed)}
<ContentTopic value={parsed.value} />
{:else if isCode(parsed)}