From 78fda608baeb37058fa1865d66c49b35dd3bf187 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 9 Jun 2020 19:38:35 +0200 Subject: adding rotation and scale sliders --- frontend/views/graph/graph.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'frontend/views/graph') 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 */ -- cgit v1.2.3-70-g09d2