diff --git a/package.json b/package.json index bd0e3e7d..b69dd643 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/split.js": "^1.4.0", "copy-webpack-plugin": "^6.0.1", "html-webpack-plugin": "^4.3.0", - "minecraft-schemas": "^0.1.4", + "minecraft-schemas": "^0.1.5", "split.js": "^1.5.11", "ts-loader": "^7.0.4", "typescript": "^3.9.3", diff --git a/src/styles/global.css b/src/styles/global.css index 6111cca5..d34f68f5 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -20,7 +20,6 @@ body { align-items: center; padding: 10px; height: 56px; - /* background: #2e2e2e; */ border-bottom: 2px #ccc solid; color: #343a40 } @@ -31,7 +30,6 @@ body { .header-title h2 { margin-right: 10px; - /* white-space: nowrap; */ } .header-title .model-selector { @@ -89,9 +87,8 @@ body { left: 0; margin-top: 10px; z-index: 10; - font-size: 1rem; border-radius: 3px; - background-color: #ffffff; + background-color: #ffffff83; } .content { @@ -143,7 +140,7 @@ body { flex-direction: column; position: absolute; right: 17px; - top: 91px; + top: 93px; padding: 5px; } @@ -241,6 +238,6 @@ body { .source.toggled .source-controls-menu { right: 17px; - top: 35px; + top: 37px; } }