Add a very primitive new sidebar tab for the module

This commit is contained in:
Oliver-Akins 2025-04-30 21:58:11 -06:00
parent 34be2b0626
commit b96c64875d
5 changed files with 115 additions and 0 deletions

View file

@ -0,0 +1,21 @@
.stats-sidebar {
display: flex;
flex-direction: column;
gap: 2rem;
padding: 1rem;
h4 {
margin: 0;
}
section {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.info {
display: flex;
justify-content: space-between;
}
}