mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Updated menu style.
This commit is contained in:
parent
8da3811c73
commit
264c6954e9
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
.menu {
|
.menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
gap: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item a {
|
.item a {
|
||||||
|
|
@ -16,4 +17,5 @@
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
background: var(--base75);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
src/tracker/index.d.ts
vendored
2
src/tracker/index.d.ts
vendored
|
|
@ -138,7 +138,7 @@ export type UmamiTracker = {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tracks an event with fully customizable dynamic data
|
* Tracks an event with fully customizable dynamic data
|
||||||
* Ilf you don't specify any `name` and/or `data`, it will be treated as a page view
|
* If you don't specify any `name` and/or `data`, it will be treated as a page view
|
||||||
*
|
*
|
||||||
* @example ```
|
* @example ```
|
||||||
* umami.track((props) => ({ ...props, url: path }));
|
* umami.track((props) => ({ ...props, url: path }));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue