v_2.1
This commit is contained in:
parent
2f43a045c8
commit
7f6534880d
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue