Some CSS changes

This commit is contained in:
dsc 2019-02-10 01:21:58 +01:00
parent 9759769300
commit 2545eecd17
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB
15 changed files with 221 additions and 96 deletions

View file

@ -5,7 +5,13 @@
</span>
<span class="height">
<b>Blockheight</b>: {{tx['height']}}</span>
<b>Blockheight</b>:
{% if tx['type'] == 'pool' %}
soon^tm
{% else %}
{{tx['height']}}
{% endif %}
</span>
<br>
<a target="_blank" href="https://explore.wownero.com/tx/{{tx['txid']}}">{{tx['txid'][:32]}}...</a>