From 43314c228397f3c39ea0acc1517a31111aff2e72 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 26 Sep 2020 11:56:37 +0700 Subject: [PATCH] Correct dashboard for mobile. --- frontend/src/app/dashboard/dashboard.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index c28f77a48..d65a2eae8 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -55,15 +55,15 @@ - - + + - +
HeightMinedTxsMinedTxs Filled
{{ block.height }} ago{{ block.tx_count | number }}{{ block.tx_count | number }}
@@ -84,13 +84,13 @@ - + - +
TXIDAmount (BTC)Amount (BTC) Fee
{{ transaction.txid | shortenString : 12 }} () () {{ transaction.fee / (transaction.weight / 4) | number : '1.1-1' }} sat/vB