General responsive improvments.

This commit is contained in:
softsimon
2020-03-05 16:13:46 +07:00
parent 9851ae7169
commit b60d9cdfbc
16 changed files with 83 additions and 109 deletions

View File

@@ -1,9 +1,11 @@
<div class="container-lg">
<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 style="float: left;">Transaction</h1>
<a [routerLink]="['/tx/', txId]" style="line-height: 56px; margin-left: 10px;">{{ txId }}</a>
@@ -138,6 +140,8 @@
<i>{{ error.error }}</i>
</div>
</ng-template>
</div>
</div>
<br>