diff --git a/package-lock.json b/package-lock.json index 4031d8b5..7e4a1c34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@mcschema/core": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.8.1.tgz", - "integrity": "sha512-HVbVo/ycRRuGVXsY7MEKL79a6bf6eyvtPpZCyUPFVmifRKjS+xVHxFJoFaGEw/oMs6iJQr6VS9nyLjwdSTaa8Q==" + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.8.2.tgz", + "integrity": "sha512-lCYeeHQ7ADzq3BExl3u8tbyyy84YnffDT5LwtusMdHoSqduNW3CHaVJysJgw0oiCaKjn+bPnzG+J5Ob9YKi7RA==" }, "@mcschema/java-1.16": { "version": "0.5.1", diff --git a/package.json b/package.json index 4834907c..d821d4ed 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "Misode", "license": "MIT", "dependencies": { - "@mcschema/core": "^0.8.1", + "@mcschema/core": "^0.8.2", "@mcschema/java-1.16": "^0.5.1", "@mcschema/locales": "^0.1.9", "@types/google.analytics": "0.0.40", diff --git a/src/styles/nodes.css b/src/styles/nodes.css index fc9702aa..300a0f7f 100644 --- a/src/styles/nodes.css +++ b/src/styles/nodes.css @@ -93,6 +93,10 @@ background-color: var(--node-background-input); } +.node-header > input[type="color"] { + padding: 0 2px; +} + .node-header > select { font-size: 18px; padding-left: 6px;