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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user