fix: separate burden label from meter

This commit is contained in:
Erik 2026-03-13 16:29:30 +01:00
parent ca88f90476
commit a3c3d0286e
2 changed files with 13 additions and 7 deletions

View file

@ -1717,8 +1717,8 @@ function showInventoryWindow(name) {
const burdenLabel = document.createElement('div');
burdenLabel.className = 'inv-burden-label';
burdenLabel.textContent = 'Burden';
burdenContainer.appendChild(burdenLabel);
burdenContainer.appendChild(burdenFill);
sidebar.appendChild(burdenLabel);
sidebar.appendChild(burdenContainer);
const packList = document.createElement('div');