From 19cf3a296741b92548849b1f40e0d3cc517f2fcc Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 20 Mar 2021 22:14:21 +0100 Subject: dimensions based on video --- frontend/app/views/graph/graph.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'frontend/app/views/graph/graph.css') diff --git a/frontend/app/views/graph/graph.css b/frontend/app/views/graph/graph.css index a557280..bfdbe5c 100644 --- a/frontend/app/views/graph/graph.css +++ b/frontend/app/views/graph/graph.css @@ -114,10 +114,17 @@ padding: 0.25rem; } +.box form .single label span, .box form .pair label span { min-width: 3rem; padding: 0.25rem 0; } +.box .single label { + flex-direction: row; + width: 100%; + margin-right: 0.5px; + min-width: auto; +} .box .pair label { flex-direction: row; width: 6.5rem; @@ -138,13 +145,14 @@ button.box_corner { background: transparent; border: 0; border-radius: 4px; + transform: scaleX(-1); } button.box_corner:hover { color: #fff; background: rgba(64,64,128,0.5); } .sidebar.left button.box_corner { - transform: scaleX(-1); + transform: scaleX(1); } .box .slider { -- cgit v1.2.3-70-g09d2