Updates to realtime. Fixed refresh button.

This commit is contained in:
Mike Cao 2023-02-14 17:23:20 -08:00
parent 638a674e99
commit 28921a7cd5
31 changed files with 373 additions and 314 deletions

View file

@ -7,7 +7,7 @@
.chart {
position: relative;
padding-bottom: 20px;
padding-bottom: 10px;
}
.title {
@ -32,9 +32,17 @@
border-bottom: 1px solid var(--base300);
z-index: 3;
width: inherit;
padding-top: 20px;
padding-top: 10px;
}
.filter {
align-self: center;
.actions {
display: flex;
flex-direction: row;
justify-content: flex-end;
gap: 10px;
flex: 1;
}
.dropdown {
min-width: 200px;
}