tweak default sizes & resolutions

This commit is contained in:
Mononaut
2023-07-14 14:44:15 +09:00
parent 3cca6f6b8b
commit 9a6565cd92
7 changed files with 20 additions and 31 deletions

View File

@@ -16,7 +16,6 @@ import { Router } from '@angular/router';
})
export class MempoolBlockOverviewComponent implements OnInit, OnDestroy, OnChanges, AfterViewInit {
@Input() index: number;
@Input() pixelAlign: boolean = false;
@Output() txPreviewEvent = new EventEmitter<TransactionStripped | void>();
@ViewChild('blockGraph') blockGraph: BlockOverviewGraphComponent;