fix: separate burden label from meter
This commit is contained in:
parent
ca88f90476
commit
a3c3d0286e
2 changed files with 13 additions and 7 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue