Added button to show/hide charts, closes #577.

This commit is contained in:
Mike Cao 2021-04-28 01:52:06 -07:00
parent 041c7737e8
commit 66759409e3
4 changed files with 45 additions and 17 deletions

View file

@ -9,3 +9,10 @@
border-bottom: 0;
margin-bottom: 0;
}
.menubar {
display: flex;
align-items: center;
justify-content: flex-end;
padding-top: 10px;
}