[Fix] Levelup Blackbox Issue (#934)

* Made the original inputs related to tagify be display: none to avoid css issues

* Raised system.json version
This commit is contained in:
WBHarry 2025-08-14 19:49:45 +02:00 committed by GitHub
parent 3d05c7fe0a
commit 006f9dde1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -667,6 +667,10 @@
} }
} }
} }
+ input {
display: none;
}
} }
.tagify__dropdown { .tagify__dropdown {

View file

@ -2,7 +2,7 @@
"id": "daggerheart", "id": "daggerheart",
"title": "Daggerheart", "title": "Daggerheart",
"description": "An unofficial implementation of the Daggerheart system", "description": "An unofficial implementation of the Daggerheart system",
"version": "1.0.2", "version": "1.0.4",
"compatibility": { "compatibility": {
"minimum": "13", "minimum": "13",
"verified": "13.347", "verified": "13.347",