summaryrefslogtreecommitdiff
path: root/frontend/views/graph
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-09 19:38:35 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-09 19:38:35 +0200
commit78fda608baeb37058fa1865d66c49b35dd3bf187 (patch)
tree5ba3a4f1de4d08fde1190772e0ad17c35b3cd7cd /frontend/views/graph
parent149a75f80c5fbd09329a2e7f87204e67a2c429df (diff)
adding rotation and scale sliders
Diffstat (limited to 'frontend/views/graph')
-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 */