diff --git a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html
index ec2636be2..927fe1792 100644
--- a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html
+++ b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html
@@ -4,11 +4,11 @@
- Accelerated to |
-
+ | Accelerated to |
+
|
-
+ |
@if (accelerationInfo?.acceleratedFeeRate && (!tx.effectiveFeePerVsize || accelerationInfo.acceleratedFeeRate >= tx.effectiveFeePerVsize)) {
@@ -17,7 +17,7 @@
}
|
-
+ |
|
diff --git a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.scss b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.scss
index deadf4df2..b01a902a4 100644
--- a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.scss
+++ b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.scss
@@ -16,7 +16,7 @@
width: auto;
min-width: auto;
}
- &.mobile {
+ &.chart-left {
width: 100%;
}
}
@@ -26,7 +26,7 @@
width: 100%;
}
- &.mobile {
+ &.chart-left {
width: auto;
}
diff --git a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts
index 51495f332..90df9987c 100644
--- a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts
+++ b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.ts
@@ -28,6 +28,7 @@ export class ActiveAccelerationBox implements OnChanges {
@Input() miningStats: MiningStats;
@Input() pools: number[];
@Input() chartOnly: boolean = false;
+ @Input() chartPositionLeft: boolean = false;
acceleratedByPercentage: string = '';
@@ -132,8 +133,4 @@ export class ActiveAccelerationBox implements OnChanges {
}
this.chartInstance = ec;
}
-
- isMobile() {
- return window.innerWidth <= 767.98;
- }
}
\ No newline at end of file
diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index 43ead974d..7b9a91c0e 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -650,7 +650,7 @@
-
+
|