diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index cebd0b3a4..66b65ed73 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -54,6 +54,18 @@ body { text { opacity: 0.5; + font-size: 10px; + } +} + +@media only screen and (max-width: 800px) { + .tick text { + font-size: 13px; + } +} +@media only screen and (max-width: 600px) { + .tick text { + font-size: 15px; } } @@ -99,15 +111,6 @@ body { fill: $day-fg; } -.axis-label { - text-anchor: middle; - font-size: 10px; -} - -.y-axis-label { - writing-mode: vertical-lr; -} - .hoverzone rect { fill: none; pointer-events: all;