mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
Updated pages and referrer filters to merge urls.
This commit is contained in:
parent
e75593443a
commit
3a515b56b2
21 changed files with 342 additions and 137 deletions
7
components/layout/ButtonLayout.module.css
Normal file
7
components/layout/ButtonLayout.module.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.buttons {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.buttons button + button {
|
||||
margin-left: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue