diff --git a/README.md b/README.md index 035de86b..613cd76e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ - Blender importer script **More** -- Average startup time 344 ms +- Average startup time 300 ms - Unique handcrafted user-interface - Minimum dependency, portable, online and offline - Ad-free, no trackers, no logging, no loading screens diff --git a/media/screenshot.png b/media/screenshot.png index b3cfab60..a09534ed 100644 Binary files a/media/screenshot.png and b/media/screenshot.png differ diff --git a/package.json b/package.json index 3fe33177..2f11656e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voxel-builder", - "version": "4.4.5", + "version": "4.4.6", "description": "Voxel-based 3D modeling application", "main": "electron.js", "scripts": { diff --git a/src/index.html b/src/index.html index 663cc9e8..2828ee7d 100644 --- a/src/index.html +++ b/src/index.html @@ -90,7 +90,7 @@ background-size: 38px 38px; background-position: 0 0, 0 19px, 19px -19px, -19px 0; } #canvas_palette { z-index: 1; image-rendering: pixelated; position: relative; width: 100%; height: 32000px; } #menus { display: none; } - .menu_L { z-index: 1000; display: none; background: var(--menu-bg); position: absolute; top: 0; left: 276px; padding: 0 4px 4px 4px; width: 120px; height: fit-content; margin-left: -200px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } + .menu_L { z-index: 1000; display: none; background: var(--menu-bg); position: absolute; top: 0; left: 271px; padding: 0 4px 4px 4px; width: 120px; height: fit-content; margin-left: -200px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .menu_L li { background: none; text-align: left; border: none; padding: 0; cursor: default; } .menu_L li:hover { background: none; } .menu_L li div.flex { display: flex; } @@ -115,7 +115,7 @@ #toolbar_C_mem :nth-child(1) { border-right: none; border-bottom-left-radius: 3px; } #toolbar_C_mem :nth-child(3) { padding: 0 1px 0 1px; width: 0; background: none; border: none; } #toolbar_C_mem :nth-child(5) { border-left: none; border-bottom-right-radius: 3px; } - #toolbar_L { z-index: 1000; opacity: 0.95; width: 75px; position: absolute; left: 0; top: 0; } + #toolbar_L { z-index: 1000; opacity: 0.95; width: 70px; position: absolute; left: 0; top: 0; } #toolbar_L li { display: inline; background: none; border: none; padding: 0; } #toolbar_L li:nth-child(1) button { padding: 6px 0 6px 10px; } #toolbar_L li:nth-child(1) :first-child { width: 50%; float: left; } @@ -152,7 +152,7 @@ #btn-symm-axis-z:hover { background: var(--input-bg); } #menu-inscreen-left { z-index: 500; display: none; flex-direction: row; gap: 0; position: fixed; left: 4px; top: 510px; } #menu-inscreen-left li { background: none; } - #menu-inscreen-left button { width: 35px; height: 28px; color: #00ffffAA; font-size: 18px; font-weight: bold; text-shadow: 1px 1px 0 #14171b; background: none; border: none; } + #menu-inscreen-left button { width: 30px; height: 28px; color: #00ffffAA; font-size: 18px; font-weight: bold; text-shadow: 1px 1px 0 #14171b; background: none; border: none; } #menu-inscreen-left button:hover { background: transparent; } #menu-inscreen-right { z-index: 500; display: none; flex-direction: column; gap: 4px; position: fixed; right: 5px; bottom: 135px; } #menu-inscreen-right button { width: 45px; height: 32px; } @@ -178,8 +178,8 @@ #ws_status { font-size: 11px; color: indianred; } #shortcuts { z-index: 3000; display: none; opacity: 0.95; background: var(--confirm); padding: 5px; border-radius: 5px; left: 50%; top: 50%; width: 360px; height: 50%; transform: translate(-50%,-50%); position: fixed; } #shortcuts table { height: 100%; overflow-y: scroll; display: flex; flex-direction: column; } - #shortcuts tr { font-size: 13px; border: solid 1px var(--cat-border); background: var(--cat-bg); } - #shortcuts tr :first-child { width: 120px; text-align: center; } + #shortcuts tr { font-size: 14px; border: solid 1px var(--cat-border); background: var(--cat-bg); } + #shortcuts tr :first-child { width: 130px; text-align: center; } #shortcuts tr :last-child { text-indent: 5px; } #shortcuts th, td { width: 380px; padding: 4px 0 4px 0; } .spacer { height: 3px; } @@ -278,19 +278,19 @@ -
  • EXTRAS
  • -
  • -
  • -
  • - 4.4.5 Beta 2024 + 4.4.6 Beta 2024
    GitHub
    Changelog
    Developer
    @nimadez
  • +
  • EXTRAS
  • +
  • +
  • +
  • -