From f1a130077a7a17277ed785bbcfbe5244193082b7 Mon Sep 17 00:00:00 2001 From: Leoh Date: Sun, 24 Oct 2021 12:02:02 +0530 Subject: [PATCH 1/2] CSS change - fixed rogue li symbols --- styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/styles.css b/styles.css index 680c446..1f12342 100644 --- a/styles.css +++ b/styles.css @@ -149,3 +149,13 @@ input[type=checkbox]:focus { .react-tabs__tab-panel--selected { display: block; } +ul li:not(.task-list-item)::before { + content: "•"; + color: transparent; + display: inline-block; + width: 1em; + margin-left: -1em; + padding: 0; + font-weight: bold; + text-shadow: 0 0 0.5em transparent; +} \ No newline at end of file From 86f4fd0d744c70e99cac0b27e4d0336e1b054a40 Mon Sep 17 00:00:00 2001 From: Leoh Date: Sun, 24 Oct 2021 12:03:11 +0530 Subject: [PATCH 2/2] updated version patch no --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8b6413f..bfa0b32 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-habitica-integration", "name": "Habitica Sync", - "version": "0.9.5", + "version": "0.9.6", "minAppVersion": "0.9.12", "description": "This plugin helps integrate Habitica user tasks and stats into Obsidian", "author": "Leoh and Ran",