diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 18:03:31 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 18:03:31 +0100 |
| commit | d9ee2c97882ea5ace9c28ac6560ffa240daf9345 (patch) | |
| tree | d4d2464597d50f245a3240d8d26f451eeb89e4f0 /frontend/app/views/graph/graph.css | |
| parent | d621365d3632b294c2c47f424786415c01c4cdf5 (diff) | |
toggle side of sidebar. popup form. wait to appear form.
Diffstat (limited to 'frontend/app/views/graph/graph.css')
| -rw-r--r-- | frontend/app/views/graph/graph.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/frontend/app/views/graph/graph.css b/frontend/app/views/graph/graph.css index c6ef115..a557280 100644 --- a/frontend/app/views/graph/graph.css +++ b/frontend/app/views/graph/graph.css @@ -29,6 +29,10 @@ max-height: 100%; z-index: 20; } +.sidebar.left { + right: auto; + left: 0; +} .box { width: 15rem; padding: 0.5rem; @@ -127,6 +131,21 @@ font-size: smaller; margin-bottom: 0.25rem; } +button.box_corner { + position: absolute; + top: 1.25rem; right: 1.25rem; + padding: 0.5rem; + background: transparent; + border: 0; + border-radius: 4px; +} +button.box_corner:hover { + color: #fff; + background: rgba(64,64,128,0.5); +} +.sidebar.left button.box_corner { + transform: scaleX(-1); +} .box .slider { display: flex; |
