Merge pool pie and dominance into one widget

This commit is contained in:
nymkappa
2022-02-25 21:16:35 +09:00
parent bc6458fdf7
commit 96269eb6af
7 changed files with 36 additions and 32 deletions

View File

@@ -34,3 +34,13 @@
padding: .3em !important;
}
}
.loadingGraphs {
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
}
.loadingGraphs.widget {
top: 25%;
}