Add portraits and move offset

This commit is contained in:
KenwoodFox
2025-11-12 20:56:12 -05:00
parent 524cba86e1
commit 575e111b20
10 changed files with 1 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ function drawLayers() {
cumulative += liquid.volume;
if (cumulative < 20) {
label.style.left = "18%";
label.style.transform = "translate(-30%, -50%)";
label.style.transform = "translate(60%, -50%)";
}
layer.appendChild(label);