warn on re-index - fix hash indexing state issue - cleanup ui mining

This commit is contained in:
nymkappa
2022-02-24 20:20:18 +09:00
parent 582b03ee4e
commit abb96ca064
11 changed files with 45 additions and 53 deletions

View File

@@ -11,12 +11,12 @@
.full-container {
width: 100%;
height: calc(100% - 50px);
height: calc(100% - 100px);
@media (max-width: 992px) {
height: calc(100% - 110px);
height: calc(100% - 140px);
};
@media (max-width: 576px) {
height: calc(100% - 130px);
height: calc(100% - 180px);
};
}