Added active user count to realtime page.

This commit is contained in:
Mike Cao 2022-01-15 12:39:32 -08:00
parent ddb549258b
commit fa0ec301d0
3 changed files with 20 additions and 7 deletions

View file

@ -2,3 +2,9 @@
display: flex;
margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
.active {
display: none;
}
}