Correcting graph widget bottom padding

This commit is contained in:
softsimon 2023-05-06 00:55:25 +04:00
parent cb324733bf
commit 494ceca44e
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
9 changed files with 6 additions and 6 deletions

View File

@ -136,7 +136,6 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<br>
</div> </div>

View File

@ -10,6 +10,7 @@
padding: 0px 15px; padding: 0px 15px;
width: 100%; width: 100%;
height: calc(100% - 140px); height: calc(100% - 140px);
padding-bottom: 20px;
@media (max-width: 992px) { @media (max-width: 992px) {
height: calc(100% - 190px); height: calc(100% - 190px);
}; };

View File

@ -1,5 +1,5 @@
.container-graph { .container-graph {
padding: 0px 15px 60px; padding: 0px 15px 10px;
} }
.card-header { .card-header {

View File

@ -20,4 +20,3 @@
</div> </div>
</ng-container> </ng-container>
</div> </div>
<br>

View File

@ -4,6 +4,9 @@
&.widget { &.widget {
height: 250px; height: 250px;
} }
&.graph {
margin-bottom: 20px;
}
} }
.card-header { .card-header {

View File

@ -54,5 +54,4 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<br>
</div> </div>

View File

@ -74,7 +74,6 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<br>
</div> </div>
<ng-template #loadingReward> <ng-template #loadingReward>

View File

@ -16,6 +16,7 @@
@media (max-width: 575px) { @media (max-width: 575px) {
height: calc(100% - 230px); height: calc(100% - 230px);
}; };
margin-bottom: 25px;
} }
.chart { .chart {

View File

@ -114,5 +114,4 @@
</table> </table>
</div> </div>
</div> </div>