Add portraits and move offset
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user