Make bid boost widget link clickable on mobile

This commit is contained in:
hunicus 2024-04-08 22:09:52 +09:00
parent 51f0b75a64
commit ccac3437cf
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9

View File

@ -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">