[graph] add toggle to show/hide outliers in transaction vBytes per second graph

This commit is contained in:
nymkappa
2023-11-14 10:51:51 +09:00
parent cbe1ec4e72
commit c393483590
3 changed files with 38 additions and 18 deletions

View File

@@ -222,4 +222,13 @@
border-top-right-radius: 0;
}
}
}
.vbytes-title {
display: flex;
align-items: baseline;
justify-content: space-between;
@media (max-width: 767px) {
display: block;
}
}