fix: don't show spacer when only properties or tags are present

This commit is contained in:
DecafDev 2024-07-26 18:45:46 -06:00
parent 8740c80a7d
commit 0ec6210b5e
4 changed files with 4 additions and 3 deletions

View file

@ -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}

View file

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

View file

@ -5,5 +5,4 @@ tags:
- tag3
- tag4
url: https://vaultexplorer.com
category: ok
---