fix: increase space between content and tags

This commit is contained in:
DecafDev 2024-07-26 20:29:44 -06:00
parent f03ef55035
commit 9298f029c5
2 changed files with 2 additions and 2 deletions

View file

@ -287,7 +287,7 @@
</div>
{/if}
{#if displayContent != null}
<Spacer size="sm" />
<Spacer size="md" />
{/if}
<div class="vault-explorer-feed-card__creation-time">
{creationString}

View file

@ -84,6 +84,6 @@
"feed"
],
"configDir": ".vaultexplorer",
"pluginVersion": "1.34.0",
"pluginVersion": "1.34.2",
"logLevel": "trace"
}