Split up space information and directory

This commit is contained in:
Jon Staab
2026-06-22 16:06:00 -07:00
parent 7ec5a28d1f
commit c44c3793fa
27 changed files with 710 additions and 433 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
<NoteContentMinimal trimParent {url} event={$quote} />
</div>
{:else}
<NoteCard noShadow event={$quote} {url} class="bg-alt rounded-box p-4">
<NoteCard noShadow event={$quote} {url} class="border border-solid border-base-content/20 rounded-box p-4">
<NoteContentMinimal {url} event={$quote} />
</NoteCard>
{/if}