Merge pull request #2958 from mempool/mononaut/ln-mobile-css-fixes

Assorted mobile/tablet CSS fixes
This commit is contained in:
softsimon
2023-01-26 19:54:44 +04:00
committed by GitHub
12 changed files with 75 additions and 57 deletions

View File

@@ -213,6 +213,7 @@ export class BlockFeeRatesGraphComponent implements OnInit {
},
},
legend: (data.series.length === 0) ? undefined : {
padding: [10, 75],
data: data.legends,
selected: JSON.parse(this.storageService.getValue('fee_rates_legend')) ?? {
'Min': true,