diff --git a/ts/src/stats/GraphsPage.svelte b/ts/src/stats/GraphsPage.svelte index bcf9ceafd..044dcd063 100644 --- a/ts/src/stats/GraphsPage.svelte +++ b/ts/src/stats/GraphsPage.svelte @@ -98,12 +98,15 @@ value={SearchRange.Collection} /> Collection - - + { + searchRange = SearchRange.Custom; + }} + placeholder="Custom search" />
diff --git a/ts/src/stats/graphs.css b/ts/src/stats/graphs.css index 0e7ada1ac..11c9389af 100644 --- a/ts/src/stats/graphs.css +++ b/ts/src/stats/graphs.css @@ -65,6 +65,10 @@ justify-content: center; } +.range-box-inner > * { + padding-right: 1em; +} + .graph .area { opacity: 0.05; pointer-events: none;