This commit is contained in:
jayjojayson 2026-02-17 23:40:08 +01:00
parent 2f43a045c8
commit 7f6534880d
3 changed files with 3 additions and 3 deletions

View file

@ -737,7 +737,7 @@ console.log(
const house = solarToHouse + gridToHouse + batteryDischarge;
const isTopArcActive = (solarToBatt > 0);
const topShift = isTopArcActive ? 0 : 50;
const topShift = (isTopArcActive || (!hideInactive && hasSolar && hasBattery)) ? 0 : 50;
let baseHeight = anyBottomVisible ? 480 : 340;
const contentHeight = baseHeight - topShift;