mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Updated report header.
This commit is contained in:
parent
aa5d81d6a1
commit
2732ed18a4
8 changed files with 58 additions and 53 deletions
7
src/app/(main)/reports/[id]/ReportMenu.module.css
Normal file
7
src/app/(main)/reports/[id]/ReportMenu.module.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.menu {
|
||||
width: 300px;
|
||||
padding-right: 20px;
|
||||
border-right: 1px solid var(--base300);
|
||||
grid-row: 2 / 3;
|
||||
grid-column: 1 / 2;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue