From 9298f029c542ffbc784fcaa728df5384c6f85ea0 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:29:44 -0600 Subject: [PATCH] fix: increase space between content and tags --- src/svelte/app/components/feed-card.svelte | 2 +- test-vault/.obsidian/plugins/vault-explorer/data.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/svelte/app/components/feed-card.svelte b/src/svelte/app/components/feed-card.svelte index eb4b64b..fa46e4e 100644 --- a/src/svelte/app/components/feed-card.svelte +++ b/src/svelte/app/components/feed-card.svelte @@ -287,7 +287,7 @@ {/if} {#if displayContent != null} - + {/if}
{creationString} diff --git a/test-vault/.obsidian/plugins/vault-explorer/data.json b/test-vault/.obsidian/plugins/vault-explorer/data.json index e44daef..94868ae 100644 --- a/test-vault/.obsidian/plugins/vault-explorer/data.json +++ b/test-vault/.obsidian/plugins/vault-explorer/data.json @@ -84,6 +84,6 @@ "feed" ], "configDir": ".vaultexplorer", - "pluginVersion": "1.34.0", + "pluginVersion": "1.34.2", "logLevel": "trace" } \ No newline at end of file