UI changes
This commit is contained in:
parent
ce24e792bc
commit
54f9664921
@ -15,6 +15,7 @@
|
||||
|
||||
</li> -->
|
||||
<li class="home_tst_net mr-3">
|
||||
<a href="https://epic.tech/" target="_blank" class="text_underline mr-2">Epic Cash</a>
|
||||
<span>You are viewing </span>
|
||||
<ul class="list-unstyled d-inline-block mb-0">
|
||||
<li class="nav-item dropdown">
|
||||
@ -26,10 +27,10 @@
|
||||
aria-haspopup="true"
|
||||
aria-expanded="false"
|
||||
>
|
||||
Testnet
|
||||
Test Net
|
||||
</a>
|
||||
<div class="dropdown-menu net_dropdwn" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item p-2 disabled" style="background-color: #00000024;" target = '_blank' href="#">Mainnet</a
|
||||
<a class="dropdown-item p-2 disabled" style="background-color: #00000024;" target = '_blank' href="#">Main Net</a
|
||||
>
|
||||
|
||||
</div>
|
||||
|
@ -13,10 +13,10 @@
|
||||
|
||||
<a class="nav-link dropdown-toggle bg-white" href="#" id="navbarDropdown" role="button"
|
||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Testnet
|
||||
Test Net
|
||||
</a>
|
||||
<div class="dropdown-menu net_dropdwn" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item p-2 disabled" href="https://explorer2.epic.tech">Mainnet</a>
|
||||
<a class="dropdown-item p-2 disabled" href="https://explorer2.epic.tech">Main Net</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
@ -64,10 +64,10 @@
|
||||
|
||||
<a class="nav-link dropdown-toggle bg-white" href="#" id="navbarDropdown" role="button"
|
||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Testnet
|
||||
Test Net
|
||||
</a>
|
||||
<div class="dropdown-menu net_dropdwn" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item p-2 disabled" href="https://explorer2.epic.tech">Mainnet</a>
|
||||
<a class="dropdown-item p-2 disabled" href="https://explorer2.epic.tech">Main Net</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -35,6 +35,7 @@
|
||||
[ngClass]="latestblockdetail.blink == true ? 'item-highlight' : ''"
|
||||
>
|
||||
{{ latestblockdetail.block_height | number }}
|
||||
<span class="">Blocks</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,8 +57,7 @@
|
||||
<div class="text-center detail_div" #minhgt>
|
||||
<p class="mb-2 desc">{{ "home.LATEST_BLOCK1" | translate }}</p>
|
||||
<div
|
||||
class=" text-left d-inline-block"
|
||||
title="Target / Total Block Difficulty"
|
||||
class=" text-center d-inline-block"
|
||||
[ngClass]="latestblockdetail.blink == true ? 'item-highlight' : ''"
|
||||
>
|
||||
|
||||
@ -65,24 +65,24 @@
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt">Cuckoo</span>
|
||||
<div>
|
||||
<span>Target Difficulty:</span><span>{{ latestblockdetail.targetdifficultycuckatoo | number }}</span><br>
|
||||
<span>Total Difficulty</span><span>{{ latestblockdetail.TotalDifficultyCuckatoo | number }}</span>
|
||||
<span>Target:</span><span>{{ latestblockdetail.targetdifficultycuckatoo | number }}, </span>
|
||||
<span>Total :</span><span>{{ latestblockdetail.TotalDifficultyCuckatoo | number }}</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt">ProgPow </span>
|
||||
<div>
|
||||
<span>Target Difficulty:</span><span>{{ latestblockdetail.targetdifficultyprogpow | number }}</span><br>
|
||||
<span>Total Difficulty</span><span>{{ latestblockdetail.TotalDifficultyProgpow | number }}</span>
|
||||
<span>Target:</span><span class="diff_span" title="{{ latestblockdetail.targetdifficultyprogpow | number }}">{{ latestblockdetail.targetdifficultyprogpow | number }} </span>,
|
||||
<span>Total:</span><span class="diff_span" title="{{ latestblockdetail.TotalDifficultyProgpow | number }}">{{ latestblockdetail.TotalDifficultyProgpow | number }}</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt"> RandomX </span>
|
||||
<div>
|
||||
<span>Target Difficulty:</span><span>{{ latestblockdetail.targetdifficultyrandomx | number }}</span><br>
|
||||
<span>Total Difficulty</span><span>{{ latestblockdetail.TotalDifficultyRandomx | number }}</span>
|
||||
<span>Target:</span><span>{{ latestblockdetail.targetdifficultyrandomx | number }}, </span>
|
||||
<span>Total:</span><span>{{ latestblockdetail.TotalDifficultyRandomx | number }}</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
.mobile_table h6, .view_moble_tble h6, .peer_mobile_table h6{display: none;}
|
||||
.view_moble_tble .block_div{text-align: left;}
|
||||
.peer_table_data .col-md-3 { flex: 0 0 16%; max-width: 16%;}
|
||||
|
||||
.peer_table{ margin-left: -20px; border-bottom: none}
|
||||
}
|
||||
|
||||
@media(max-width: 1199px){
|
||||
|
@ -19,6 +19,7 @@ body {
|
||||
max-width: 75%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.text_underline{text-decoration: underline;}
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
|
@ -41,3 +41,11 @@
|
||||
background-position: 468px 0;
|
||||
}
|
||||
}
|
||||
.diff_span{
|
||||
width: 42px;
|
||||
overflow: hidden;
|
||||
/* max-width: 52px; */
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user