style changes in hashrate display

This commit is contained in:
shunmugam 2020-01-14 11:22:28 +05:30
parent 336053c6bf
commit e862257b61

View File

@ -165,23 +165,24 @@
[ngClass]="latestblockdetail.blink == true ? 'item-highlight' : ''" [ngClass]="latestblockdetail.blink == true ? 'item-highlight' : ''"
> >
</p> </p>
<div class="text-left mx-auto d-inline-block">
<div class="difficulty_datas"> <div class="difficulty_datas">
<span class="day60_txt">Cuckoo &nbsp;&nbsp;&nbsp;&nbsp;: </span> <span class="day60_txt">Cuckoo &nbsp;&nbsp;&nbsp;: </span>
<span> {{ latestblockdetail.cuckoohashrate | number }} Gps </span> <span> {{ latestblockdetail.cuckoohashrate | number }} Gps </span>
</div> </div>
<div class="difficulty_datas"> <div class="difficulty_datas">
<span class="day60_txt">ProgPoW &nbsp;&nbsp;&nbsp;&nbsp;: </span> <span class="day60_txt">ProgPoW &nbsp;: </span>
<span> {{ latestblockdetail.progpowhashrate | number }} Hps</span> <span> {{ latestblockdetail.progpowhashrate | number }} Hps</span>
</div> </div>
<div class="difficulty_datas"> <div class="difficulty_datas">
<span class="day60_txt">RandomX &nbsp;&nbsp;&nbsp;&nbsp;: </span> <span class="day60_txt">RandomX : </span>
<span> <span>
{{ latestblockdetail.randomxhashrate | number }} Hps {{ latestblockdetail.randomxhashrate | number }} Hps
</span> </span>
</div> </div>
</div>