fix timestamp, graph spacing

This commit is contained in:
Nick Krecklow
2020-05-11 02:35:11 -05:00
parent 19a7ce7d91
commit 19190f8d79
2 changed files with 5 additions and 1 deletions

View File

@ -343,6 +343,10 @@ footer a:hover {
color: var(--text-color);
}
#big-graph {
padding-right: 60px;
}
#big-graph, #big-graph-controls, #big-graph-checkboxes {
width: 90%;
}