diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 79128f8ea..bf673e261 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -63,20 +63,18 @@
- - - - - - - - - - + + + + + + + +
Fee{{ tx.fee | number }} sat ()
Fee per vByte - {{ tx.fee / (tx.weight / 4) | number : '1.1-1' }} sat/vB -   - -
Fee{{ tx.fee | number }} sat ()
Fee per vByte + {{ tx.fee / (tx.weight / 4) | number : '1.1-1' }} sat/vB +   + +
diff --git a/frontend/src/app/components/tx-fee-rating/tx-fee-rating.component.scss b/frontend/src/app/components/tx-fee-rating/tx-fee-rating.component.scss index e69de29bb..603924807 100644 --- a/frontend/src/app/components/tx-fee-rating/tx-fee-rating.component.scss +++ b/frontend/src/app/components/tx-fee-rating/tx-fee-rating.component.scss @@ -0,0 +1,4 @@ +.badge { + position: relative; + top: -1px; +}