Add stats reporting

This commit is contained in:
Robert Long
2021-08-03 15:05:29 -07:00
parent a231154bd7
commit 56d1c9fa33
3 changed files with 321 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
flex-direction: column;
flex: 1;
background-color: #555;
min-width: 320px;
min-width: 512px;
}
.userId {
@@ -64,12 +64,17 @@
font-family: monospace;
padding: 4px 12px;
background-color: #333;
cursor: pointer;
}
.event:nth-child(even) {
background-color: #444;
}
.event:hover {
background-color: #555;
}
.event > * {
margin-right: 4px;
}