Fix widgets title in mining dashboard

This commit is contained in:
nymkappa
2022-02-17 18:51:16 +09:00
parent 6d4458db8b
commit 2e2c144cc9
5 changed files with 14 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
<div class="main-title" i18n="mining.pool-share" *ngIf="widget">Mining Pools Share ({{ poolsWindowPreference }})</div>
<div [class]="widget === false ? 'container-xl' : ''">
<div class="hashrate-pie" echarts [initOpts]="chartInitOptions" [options]="chartOptions" (chartInit)="onChartInit($event)"></div>

View File

@@ -30,14 +30,3 @@
padding: .3em !important;
}
}
.main-title {
position: relative;
color: #ffffff91;
margin-top: -13px;
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
text-align: center;
padding-bottom: 3px;
}