Improvments to responsiveness

This commit is contained in:
softsimon
2020-03-03 17:47:01 +07:00
parent c508e883a3
commit f96728292c
12 changed files with 76 additions and 32 deletions

View File

@@ -1,6 +1,8 @@
<div class="container">
<div class="container-lg">
<app-blockchain position="top" [txFeePerVSize]="tx?.fee / (tx?.weight / 4)" [markHeight]="tx?.status?.block_height"></app-blockchain>
<div style="position: relative;">
<app-blockchain position="top" [txFeePerVSize]="tx?.fee / (tx?.weight / 4)" [markHeight]="tx?.status?.block_height"></app-blockchain>
</div>
<div class="title-block">
<h1 style="float: left;">Transaction</h1>