diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 22:14:21 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 22:14:21 +0100 |
| commit | 19cf3a296741b92548849b1f40e0d3cc517f2fcc (patch) | |
| tree | a6987f9a679b19c96bdef018c64dcabfbbe48faf /frontend/app/views/graph/graph.css | |
| parent | 50d5c3c2f10725af8ebb6db47c209f7000abc8f4 (diff) | |
dimensions based on video
Diffstat (limited to 'frontend/app/views/graph/graph.css')
| -rw-r--r-- | frontend/app/views/graph/graph.css | 10 |
1 files changed, 9 insertions, 1 deletions
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 { |
