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 da13349b14
commit df588695ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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