Browse Source

forgot ot remove some html stuff

pull/1/head
dan_s 2 years ago
parent
commit
9c4452c2b5
  1. 9
      var/www/dragonx.is/explorer.css
  2. 4
      var/www/explorer.dragonx.is/block/template.html

9
var/www/dragonx.is/explorer.css

@ -574,6 +574,10 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
/* text-indent: -14vh; */
}
.block-height:hover {
background-color: var(--item-bg-grey);
}
.block-duration {
display: flex;
justify-content: center;
@ -608,6 +612,11 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
color: var(--text-color-main);
/* text-indent: -14vh; */
}
.block-hash:hover {
background-color: var(--item-bg-grey);
}
.block-miner-reward {
display: flex;
justify-content: center;

4
var/www/explorer.dragonx.is/block/template.html

@ -130,7 +130,7 @@
</div>
<div class="block-info-spacing"></div>
#TX_TABLE#
<div class="transaction">
<!-- <div class="transaction">
<div class="shielded" style="--shielded-text: shielded; --shielded-col: rgba(255, 204, 0, 0.6);">
<span>Unshielded</span>
</div>
@ -165,7 +165,7 @@
</div>
</div>
</div>
</div>
</div> -->
</div>
</section>
</div>

Loading…
Cancel
Save