mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
feat: time unit & chart settings styles
This commit is contained in:
parent
d8e46e487c
commit
39ff4270cb
2 changed files with 11 additions and 0 deletions
8
src/app/(main)/profile/TimeUnitSettings.module.css
Normal file
8
src/app/(main)/profile/TimeUnitSettings.module.css
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
.dropdown {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.menu {
|
||||||
|
max-height: 300px;
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
3
src/components/input/WebsiteChartSettings.module.css
Normal file
3
src/components/input/WebsiteChartSettings.module.css
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.dropdown span {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue