Fix iinverse mempool graph also affect the TV view (#580)

This commit is contained in:
Miguel Medeiros 2021-06-29 14:08:11 -03:00 committed by GitHub
parent b75cba1a29
commit 2cc76e97dd

View File

@ -1,11 +1,11 @@
.ct-legend{
.ct-legend {
top: 130px;
display: flex;
flex-direction: column-reverse;
@media (min-width: 653px) {
top: 90px;
}
}
.ct-legend.inverted{
flex-direction: column;
}
}
.ct-legend.inverted {
flex-direction: column !important;
}