mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
Added active user count to realtime page.
This commit is contained in:
parent
ddb549258b
commit
fa0ec301d0
3 changed files with 20 additions and 7 deletions
|
|
@ -2,3 +2,9 @@
|
|||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
.active {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue