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:
parent
4972b342d2
commit
84da2a8752
3 changed files with 14 additions and 9 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue