mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 03:25:40 +01:00
Added search to real-time activity log.
This commit is contained in:
parent
cad719fd23
commit
765874731d
2 changed files with 62 additions and 9 deletions
|
|
@ -66,3 +66,25 @@
|
|||
.row .link:hover {
|
||||
color: var(--primary400);
|
||||
}
|
||||
|
||||
.search {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.actions {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.search {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue