diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index a6a985fb0..2c0a0e375 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -550,19 +550,19 @@ @if (eta.blocks >= 7) { - + Not any time soon @if (!tx?.acceleration && acceleratorAvailable && accelerateCtaType === 'button' && !showAccelerationSummary && eligibleForAcceleration) { - Accelerate + Accelerate } } @else if (network === 'liquid' || network === 'liquidtestnet') { } @else { - + @if (!tx?.acceleration && acceleratorAvailable && accelerateCtaType === 'button' && !showAccelerationSummary && eligibleForAcceleration) { - Accelerate + Accelerate } diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index 7db417126..1427d64c5 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -297,7 +297,6 @@ } .etaDeepMempool { - display: flex !important; justify-content: flex-end; flex-wrap: wrap; align-content: center; diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 929a55c97..d9c58a302 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -916,6 +916,44 @@ th { } } + .beta { + @extend .beta; + margin: 24px -19px 0px 0px !important; + @media (max-width: 767.98px) { + margin: 30px -23px 0px 0px !important; + } + @media (max-width: 3429px) { + margin: 25px -23px 0px 0px !important; + } + @media (max-width: 369px) { + margin: 20px -23px 0px 0px !important; + } + } + + .etaDeepMempool { + @extend .etaDeepMempool; + @media (max-width: 995px) { + justify-content: right !important; + } + @media (max-width: 849px) { + justify-content: left !important; + } + } + + .nodes { + @extend .nodes; + direction: ltr !important; + } + + .fee-rate { + @extend .fee-rate; + direction: rtl !important; + } + + .bitcoin-satoshis-text { + direction: ltr !important; + } + .table th { text-align: right; }