Add a very primitive new sidebar tab for the module
This commit is contained in:
parent
34be2b0626
commit
b96c64875d
5 changed files with 115 additions and 0 deletions
21
public/styles/Apps/StatsSidebar.css
Normal file
21
public/styles/Apps/StatsSidebar.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue