More refactoring and clean-up.

This commit is contained in:
Mike Cao 2023-02-10 03:26:57 -08:00
parent f062cdbed2
commit c815e7cd51
16 changed files with 101 additions and 134 deletions

View file

@ -17,15 +17,12 @@
}
.header {
min-height: 90px;
margin-bottom: 20px;
}
.metrics {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
min-height: 90px;
margin-bottom: 20px;
}
.sticky {
@ -35,6 +32,7 @@
border-bottom: 1px solid var(--base300);
z-index: 3;
width: inherit;
padding-top: 20px;
}
.filter {