Merge pull request #862 from MiguelMedeiros/ui-tooltip-size
UI/UX: Make tooltip looks bigger on mempool fee chart.
This commit is contained in:
commit
ed2ebb1c70
@ -155,7 +155,7 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
|
|||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
alwaysShowContent: false,
|
alwaysShowContent: false,
|
||||||
position: (pos, params, el, elRect, size) => {
|
position: (pos, params, el, elRect, size) => {
|
||||||
const positions = { top: (this.template === 'advanced') ? 30 : -30 };
|
const positions = { top: (this.template === 'advanced') ? 0 : -30 };
|
||||||
positions[['left', 'right'][+(pos[0] < size.viewSize[0] / 2)]] = 60;
|
positions[['left', 'right'][+(pos[0] < size.viewSize[0] / 2)]] = 60;
|
||||||
return positions;
|
return positions;
|
||||||
},
|
},
|
||||||
|
@ -453,7 +453,7 @@ html:lang(ru) .card-title {
|
|||||||
.fees-wrapper-tooltip-chart-advanced,
|
.fees-wrapper-tooltip-chart-advanced,
|
||||||
.tx-wrapper-tooltip-chart-advanced {
|
.tx-wrapper-tooltip-chart-advanced {
|
||||||
background: rgba(#1d1f31, 0.98);
|
background: rgba(#1d1f31, 0.98);
|
||||||
width: 250px;
|
width: 275px;
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
th {
|
th {
|
||||||
@ -470,11 +470,12 @@ html:lang(ru) .card-title {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
line-height: 1;
|
line-height: 1.25;
|
||||||
|
font-size: 11px;
|
||||||
.value {
|
.value {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
.symbol {
|
.symbol {
|
||||||
font-size: 10px !important;
|
font-size: 9px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.total-partial {
|
.total-partial {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user