address page display fix for mobile

This commit is contained in:
joeuhren
2019-08-08 11:31:37 -06:00
parent 55259c365b
commit 405a2a6da2
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
eIquidus - 1.0.0
eIquidus - 1.0.1
================
The Exor block explorer.
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -1,14 +1,14 @@
thead
tr
th.hidden-xs #{settings.locale.timestamp}
th.hidden-xs #{settings.locale.tx_hash}
th #{settings.locale.timestamp}
th #{settings.locale.tx_hash}
th #{settings.locale.mkt_amount} (#{settings.symbol})
tbody
each tx in txs
- var time = format_unixtime(tx.timestamp)
tr
td.hidden-xs #{time}
td.hidden-xs
td #{time}
td
a(href='/tx/' + tx.txid) #{tx.txid}
- var done = false
- var out = 0