mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
Make bid boost widget link clickable on mobile
This commit is contained in:
parent
51f0b75a64
commit
ccac3437cf
@ -45,7 +45,7 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div [class.chart]="!widget" [class.chart-widget]="widget" *browserOnly echarts [initOpts]="chartInitOptions" [options]="chartOptions"
|
||||
<div [class.chart]="!widget" [class.chart-widget]="widget" *browserOnly [style]="{ height: widget ? ((height + 20) + 'px') : null}" echarts [initOpts]="chartInitOptions" [options]="chartOptions"
|
||||
(chartInit)="onChartInit($event)">
|
||||
</div>
|
||||
<div class="text-center loadingGraphs" *ngIf="!stateService.isBrowser || isLoading">
|
||||
|
Loading…
Reference in New Issue
Block a user