mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
fix: increase space between content and tags
This commit is contained in:
parent
f03ef55035
commit
9298f029c5
2 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -84,6 +84,6 @@
|
|||
"feed"
|
||||
],
|
||||
"configDir": ".vaultexplorer",
|
||||
"pluginVersion": "1.34.0",
|
||||
"pluginVersion": "1.34.2",
|
||||
"logLevel": "trace"
|
||||
}
|
||||
Loading…
Reference in a new issue