From 9f5d64cf4ae09606268baf166e50e34ce2643722 Mon Sep 17 00:00:00 2001 From: nymkappa Date: Sat, 12 Mar 2022 17:56:00 +0100 Subject: [PATCH] Fix font size in reward stat widget --- .../mining-dashboard/mining-dashboard.component.html | 6 +++--- .../mining-dashboard/mining-dashboard.component.scss | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html b/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html index 1c8fb2c9d..0e9ffb14d 100644 --- a/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html +++ b/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html @@ -9,14 +9,14 @@
-
Miners Reward
+
Miners Reward
in the last 8 blocks
-
Reward Per Tx
+
Reward Per Tx
{{ rewardStats.rewardPerTx | amountShortener }} sats/tx @@ -24,7 +24,7 @@
-
Average Fee
+
Average Fee
{{ rewardStats.feePerTx | amountShortener}} sats/tx diff --git a/frontend/src/app/components/mining-dashboard/mining-dashboard.component.scss b/frontend/src/app/components/mining-dashboard/mining-dashboard.component.scss index fb2663812..148d589c6 100644 --- a/frontend/src/app/components/mining-dashboard/mining-dashboard.component.scss +++ b/frontend/src/app/components/mining-dashboard/mining-dashboard.component.scss @@ -28,6 +28,9 @@ .card-body.pool-ranking { padding: 1.25rem 0.25rem 0.75rem 0.25rem; } +.card-text { + font-size: 22px; +} #blockchain-container { position: relative;