From 006f9dde1f2dd5bc52dbbaebce1a15a4c633ec11 Mon Sep 17 00:00:00 2001 From: WBHarry <89362246+WBHarry@users.noreply.github.com> Date: Thu, 14 Aug 2025 19:49:45 +0200 Subject: [PATCH] [Fix] Levelup Blackbox Issue (#934) * Made the original inputs related to tagify be display: none to avoid css issues * Raised system.json version --- styles/less/global/elements.less | 4 ++++ system.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/less/global/elements.less b/styles/less/global/elements.less index 4c0243f6..c22c3bfc 100755 --- a/styles/less/global/elements.less +++ b/styles/less/global/elements.less @@ -667,6 +667,10 @@ } } } + + + input { + display: none; + } } .tagify__dropdown { diff --git a/system.json b/system.json index 66a4cfdb..b26bb543 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "daggerheart", "title": "Daggerheart", "description": "An unofficial implementation of the Daggerheart system", - "version": "1.0.2", + "version": "1.0.4", "compatibility": { "minimum": "13", "verified": "13.347",