summaryrefslogtreecommitdiff
path: root/frontend/views/graph/graph.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/views/graph/graph.css')
-rw-r--r--frontend/views/graph/graph.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontend/views/graph/graph.css b/frontend/views/graph/graph.css
index c635f5e..892f408 100644
--- a/frontend/views/graph/graph.css
+++ b/frontend/views/graph/graph.css
@@ -135,13 +135,15 @@
justify-content: space-between;
}
.box .slider span {
- min-width: 5px;
+ min-width: 4rem;
+ width: 4rem;
+ padding: 0.125rem 0;
}
.box .slider input[type='number'] {
width: 3.5rem;
}
.box .slider input[type='range'] {
- width: 6rem;
+ width: 5.5rem;
}
/* Graph handles */