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

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

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);