Increase tooltip width in mempool graphs

This commit is contained in:
ncois
2023-11-17 13:47:28 +01:00
parent 59c513f2a5
commit 9d0bfdfa88
3 changed files with 4 additions and 4 deletions

View File

@@ -519,7 +519,7 @@ html:lang(ru) .card-title {
.fees-wrapper-tooltip-chart-advanced,
.tx-wrapper-tooltip-chart-advanced {
background: rgba(#1d1f31, 0.98);
width: 275px;
width: 310px;
thead {
th {
@@ -606,7 +606,7 @@ html:lang(ru) .card-title {
}
.tx-wrapper-tooltip-chart-advanced {
width: 140px;
width: 215px;
.indicator-container {
.indicator {
margin-right: 5px;