diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html index 49cfbc804..2f3f3943d 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -61,7 +61,6 @@ -
@@ -114,27 +113,34 @@ - - -
- - - - - -   - - -
+ +
+
+ {{ tx.fee / (tx.weight / 4) | number : '1.1-1' }} sat/vB – {{ tx.fee | number }} sat () +
+ +
+ + + + + +   + + +
+
+
+
diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index cf4122d1c..23b53930d 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -384,3 +384,7 @@ h1, h2, h3 { .progress-mempool.liquid { background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #116761 0%, #183550 100%); } + +.mt-2-5, .my-2-5 { + margin-top: 0.75rem !important; +}