mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
Re-add eventData
This commit is contained in:
parent
6a694e8244
commit
da3e0d26bb
8 changed files with 175 additions and 149 deletions
|
|
@ -3,8 +3,9 @@
|
|||
}
|
||||
|
||||
.form {
|
||||
border-right: 1px solid var(--base300);
|
||||
width: 420px;
|
||||
padding: 20px;
|
||||
border-right: 1px solid var(--light300);
|
||||
width: 425px;
|
||||
}
|
||||
|
||||
.filters {
|
||||
|
|
@ -12,10 +13,14 @@
|
|||
}
|
||||
|
||||
.filters + .filters {
|
||||
border-top: 1px solid var(--base300);
|
||||
border-top: 1px solid var(--light300);
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
.message {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.table {
|
||||
padding: 10px;
|
||||
min-height: 430px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue