mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
17 lines
173 B
CSS
17 lines
173 B
CSS
.search {
|
|
max-width: 300px;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.action {
|
|
justify-content: flex-end;
|
|
gap: 5px;
|
|
}
|
|
|
|
.body td {
|
|
align-items: center;
|
|
}
|
|
|
|
.pager {
|
|
margin-top: 20px;
|
|
}
|