mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[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:
parent
3d05c7fe0a
commit
006f9dde1f
2 changed files with 5 additions and 1 deletions
|
|
@ -667,6 +667,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
+ input {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tagify__dropdown {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue