mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
Correcting graph widget bottom padding
This commit is contained in:
parent
cb324733bf
commit
494ceca44e
@ -136,7 +136,6 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
padding: 0px 15px;
|
||||
width: 100%;
|
||||
height: calc(100% - 140px);
|
||||
padding-bottom: 20px;
|
||||
@media (max-width: 992px) {
|
||||
height: calc(100% - 190px);
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
.container-graph {
|
||||
padding: 0px 15px 60px;
|
||||
padding: 0px 15px 10px;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
|
@ -20,4 +20,3 @@
|
||||
</div>
|
||||
</ng-container>
|
||||
</div>
|
||||
<br>
|
@ -4,6 +4,9 @@
|
||||
&.widget {
|
||||
height: 250px;
|
||||
}
|
||||
&.graph {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.card-header {
|
||||
|
@ -54,5 +54,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
@ -74,7 +74,6 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<ng-template #loadingReward>
|
||||
|
@ -16,6 +16,7 @@
|
||||
@media (max-width: 575px) {
|
||||
height: calc(100% - 230px);
|
||||
};
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.chart {
|
||||
|
@ -114,5 +114,4 @@
|
||||
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user