Change renderer to svg.

Fix data structure of mempool graph.
Change tooltip total position (top).
Change tooltip visual of partial porcentage.
This commit is contained in:
Miguel Medeiros
2021-09-07 17:48:43 -03:00
parent 3655ff8f0a
commit b4ed88ce6c
4 changed files with 25 additions and 29 deletions

View File

@@ -294,6 +294,9 @@ html:lang(ru) .card-title {
font-weight: 700;
margin-bottom: 2px;
color: #fff;
.total-value {
float: right;
}
}
.active {
color: yellow !important;
@@ -332,6 +335,9 @@ html:lang(ru) .card-title {
.total-percentage-bar {
padding-left: 8px;
}
.total-progress-percentage {
text-align: right;
}
}
.total-label {
width: 100%;
@@ -376,6 +382,9 @@ html:lang(ru) .card-title {
transition: 1000 all ease-in-out;
}
}
.progress-percentage {
float: left;
}
}
}