Move TV button to /graphs/mempool graph page

This commit is contained in:
nymkappa
2022-07-16 21:00:32 +02:00
parent d8a1c0ac1b
commit 0c71e11cda
3 changed files with 11 additions and 3 deletions

View File

@@ -210,4 +210,8 @@ export class StatisticsComponent implements OnInit {
this.incomingGraph.onSaveChart(this.timespan);
}
}
isMobile() {
return (window.innerWidth <= 767.98);
}
}