Renaming minimum fee to rejecting.

Adding progressbar to mempool size.
refs #171
This commit is contained in:
softsimon
2021-01-12 20:45:41 +07:00
parent 46b7e6961e
commit ec845a6ac2
8 changed files with 42 additions and 21 deletions

View File

@@ -402,9 +402,13 @@ h1, h2, h3 {
font-size: 14px;
}
.progress {
position: relative;
}
.progress-text {
position: absolute;
top: 8px;
top: 8.5px;
width: 100%;
text-align: center;
}