Display empty mempool instead of no mempool blocks at all.

This commit is contained in:
softsimon
2020-07-23 10:53:42 +07:00
parent 86c0a5ec7b
commit b6b9001406
2 changed files with 13 additions and 2 deletions

View File

@@ -116,3 +116,13 @@
left: 0;
z-index: 10;
}
.empty-block {
width: 125px;
height: 125px;
right: 40px;
text-align: center;
display: flex;
align-items: center;
}