mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-19 00:24:25 +01:00
fix responsiveness chart
This commit is contained in:
@@ -294,7 +294,8 @@ updateInProgressAnimation(myChart);
|
|||||||
|
|
||||||
@if (coins.Any())
|
@if (coins.Any())
|
||||||
{
|
{
|
||||||
<canvas id="cjchart" class="mb-4"></canvas>
|
<div class="d-flex justify-content-center" style="max-height: 400px; "> <canvas id="cjchart" class="mb-4"></canvas></div>
|
||||||
|
|
||||||
}
|
}
|
||||||
@* <div> *@
|
@* <div> *@
|
||||||
@* <h6 class="mb-2">Privacy progress</h6> *@
|
@* <h6 class="mb-2">Privacy progress</h6> *@
|
||||||
|
|||||||
Reference in New Issue
Block a user