Browse Source

styling tweak for "Bitcoin Fun" alerts

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
36f891e710
  1. 2
      views/address.pug
  2. 4
      views/includes/block-content.pug
  3. 4
      views/transaction.pug

2
views/address.pug

@ -21,7 +21,7 @@ block content
div(class="float-left", style="width: 50px; height: 50px; font-size: 18px;")
i(class="fas fa-certificate fa-2x", style="margin-top: 10px;")
h4(class="alert-heading h5") #{coinConfig.name} Fun
h4(class="alert-heading h6 font-weight-bold") #{coinConfig.name} Fun
p
span This looks like a miner payout address for

4
views/includes/block-content.pug

@ -10,9 +10,9 @@ div(class="tab-content")
div(id="tab-details", class="tab-pane active", role="tabpanel")
if (global.specialBlocks && global.specialBlocks[result.getblock.hash])
div(class="alert alert-primary", style="padding-bottom: 0;")
div(class="float-left", style="width: 50px; height: 50px; font-size: 18px;")
div(class="float-left", style="width: 55px; height: 55px; font-size: 18px;")
i(class="fas fa-certificate fa-2x", style="margin-top: 10px;")
h4(class="alert-heading h5") #{coinConfig.name} Fun
h4(class="alert-heading h6 font-weight-bold") #{coinConfig.name} Fun
// special transaction info
- var sbInfo = global.specialBlocks[result.getblock.hash];

4
views/transaction.pug

@ -42,10 +42,10 @@ block content
div(id="tab-details", class="tab-pane active", role="tabpanel")
if (global.specialTransactions && global.specialTransactions[txid])
div(class="alert alert-primary", style="padding-bottom: 0;")
div(class="float-left", style="width: 50px; height: 50px; font-size: 18px;")
div(class="float-left", style="width: 55px; height: 55px; font-size: 18px;")
i(class="fas fa-certificate fa-2x", style="margin-top: 10px;")
h4(class="alert-heading h5") #{coinConfig.name} Fun
h4(class="alert-heading h6 font-weight-bold") #{coinConfig.name} Fun
// special transaction info
- var stInfo = global.specialTransactions[txid];

Loading…
Cancel
Save