From b9c9785c303d7aaea86e42986f3ffb9559669352 Mon Sep 17 00:00:00 2001 From: Prema Date: Thu, 8 Aug 2019 19:07:00 +0530 Subject: [PATCH] UI changes --- .../block-detail-list.component.html | 33 +++++++++++++++---- src/assets/css/style.css | 3 ++ 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/src/app/view/home/block-detail-list/block-detail-list.component.html b/src/app/view/home/block-detail-list/block-detail-list.component.html index 05ea132..8834194 100644 --- a/src/app/view/home/block-detail-list/block-detail-list.component.html +++ b/src/app/view/home/block-detail-list/block-detail-list.component.html @@ -60,19 +60,40 @@ title="Target / Total Block Difficulty" [ngClass]="latestblockdetail.blink == true ? 'item-highlight' : ''" > + -

- Cuckoo : {{ latestblockdetail.targetdifficultycuckatoo | number }} / - {{ latestblockdetail.TotalDifficultyCuckatoo | number }} -

-

+

+ Cuckoo +
+ Target Difficulty:{{ latestblockdetail.targetdifficultycuckatoo | number }}
+ Total Difficulty{{ latestblockdetail.TotalDifficultyCuckatoo | number }} +
+ +
+
+ ProgPow +
+ Target Difficulty:{{ latestblockdetail.targetdifficultyprogpow | number }}
+ Total Difficulty{{ latestblockdetail.TotalDifficultyProgpow | number }} +
+ +
+
+ RandomX +
+ Target Difficulty:{{ latestblockdetail.targetdifficultyrandomx | number }}
+ Total Difficulty{{ latestblockdetail.TotalDifficultyRandomx | number }} +
+ +
+ diff --git a/src/assets/css/style.css b/src/assets/css/style.css index c548b6d..d013216 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -288,6 +288,9 @@ a:focus { padding: 20px; transition: 0.3s linear all; min-height: 100%; + display: flex; + flex-direction: column; + justify-content: center; } .detail_div .count { font-size: 25px;