fix squashed tx flow diagram

This commit is contained in:
Mononaut
2022-11-22 16:30:04 +09:00
parent 2f7aacaf3b
commit 7bafeefa95
3 changed files with 7 additions and 4 deletions

View File

@@ -204,7 +204,7 @@
<tx-bowtie-graph
[tx]="tx"
[width]="graphWidth"
[height]="graphExpanded ? (maxInOut * 15) : graphHeight"
[height]="graphHeight"
[lineLimit]="inOutLimit"
[maxStrands]="graphExpanded ? maxInOut : 24"
[network]="network"