Fix TV View graph height. (#527)

* Fix graph alignment.
Only show the graph on desktop resolutions.

* Fix mempool-info-chart chart alignment.
This commit is contained in:
Miguel Medeiros
2021-05-18 16:59:48 -03:00
committed by GitHub
parent da13f98a23
commit 5e89a5640d
3 changed files with 94 additions and 45 deletions

View File

@@ -58,7 +58,7 @@
}
.item {
width: 124px;
margin: 0px auto 20px;
margin: 0px auto 0px;
display: inline-block;
@media (min-width: 400px) {
width: 50%;