mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Toggle formatting on click. Renamed charts folder to metrics.
This commit is contained in:
parent
d9f3c385fb
commit
e75593443a
19 changed files with 33 additions and 28 deletions
10
components/metrics/MetricsBar.module.css
Normal file
10
components/metrics/MetricsBar.module.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.bar {
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.container > div:last-child {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue