Expand mining dashboard widgets & improve responsiveness

This commit is contained in:
Mononaut
2024-02-07 23:26:06 +00:00
parent ba0a3d004d
commit ce7a007b62
8 changed files with 65 additions and 26 deletions

View File

@@ -17,6 +17,19 @@
}
}
.fixed-mempool-graph {
height: 330px;
}
.mempool-graph, .fixed-mempool-graph {
@media (min-width: 768px) {
height: 345px;
}
@media (min-width: 992px) {
height: 432px;
}
}
.card-title {
font-size: 1rem;
color: #4a68b9;