mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
fix: don't show spacer when only properties or tags are present
This commit is contained in:
parent
8740c80a7d
commit
0ec6210b5e
4 changed files with 4 additions and 3 deletions
|
|
@ -287,8 +287,10 @@
|
|||
</Wrap>
|
||||
</div>
|
||||
{/if}
|
||||
{#if (custom1 !== null || custom2 !== null || custom3 !== null) && tags !== null}
|
||||
<Spacer size="sm" />
|
||||
{/if}
|
||||
{#if tags !== null}
|
||||
<Spacer size="md" />
|
||||
<div class="vault-explorer-grid-card__tags">
|
||||
<Wrap spacingX="sm" spacingY="sm">
|
||||
{#each tags as tag}
|
||||
|
|
|
|||
|
|
@ -84,6 +84,6 @@
|
|||
"feed"
|
||||
],
|
||||
"configDir": ".vaultexplorer",
|
||||
"pluginVersion": "1.33.1",
|
||||
"pluginVersion": "1.34.0",
|
||||
"logLevel": "trace"
|
||||
}
|
||||
|
|
@ -5,5 +5,4 @@ tags:
|
|||
- tag3
|
||||
- tag4
|
||||
url: https://vaultexplorer.com
|
||||
category: ok
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue