fix: refine mana panel layout and state display

Widen the inventory layout so the backpack column no longer crowds the paperdoll, and base mana active/inactive display on the live data currently available from inventory payloads.
This commit is contained in:
Erik 2026-03-13 07:32:57 +01:00
parent 4972b342d2
commit 84da2a8752
3 changed files with 14 additions and 9 deletions

View file

@ -1629,7 +1629,7 @@ function showInventoryWindow(name) {
loading.textContent = 'Loading inventory...';
content.appendChild(loading);
win.style.width = '540px';
win.style.width = '572px';
win.style.height = '520px';
const invContent = document.createElement('div');