Fix pool ranking layout on small mobile device

This commit is contained in:
nymkappa
2022-06-14 09:42:56 +02:00
parent dc93d8d82b
commit 2e57573317
2 changed files with 8 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ export class MiningService {
// I think it's fine to hardcode this since we don't have x1000 hashrate jump everyday
// If we want to support the mining dashboard for testnet, we can hardcode it too
let selectedPower = 15;
let selectedPower = 18;
if (this.stateService.network === 'testnet') {
selectedPower = 12;
}