If mining dashboard is enabled, shows pools instead of timestamp

This commit is contained in:
nymkappa
2022-03-17 18:17:22 +01:00
parent 7481e27ec2
commit a7900f6466
4 changed files with 30 additions and 3 deletions

View File

@@ -305,3 +305,13 @@
width: 100%;
vertical-align: middle;
}
.clear-link {
color: white;
}
.pool-name {
display: inline-block;
vertical-align: text-top;
padding-left: 10px;
}