Refactord blockchain is rendering, block arrow location propagation and keynavigation.

This commit is contained in:
softsimon
2020-03-22 17:44:36 +07:00
parent 69827843c9
commit 78e41fc3d3
15 changed files with 131 additions and 120 deletions

View File

@@ -1,11 +1,5 @@
<div class="container-xl">
<div style="position: relative;">
<app-blockchain position="top" [txFeePerVSize]="tx?.fee / (tx?.weight / 4)" [markHeight]="tx?.status?.block_height"></app-blockchain>
</div>
<div class="transaction-content">
<div class="title-block">
<h1 class="float-md-left">Transaction</h1>
@@ -181,6 +175,5 @@
</ng-template>
</div>
</div>
<br>