Commit aa6c9c46 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[CSS] fix graph height and ergo in folder view

parent 21816e99
...@@ -152,10 +152,10 @@ ...@@ -152,10 +152,10 @@
padding-left: 0.8rem; padding-left: 0.8rem;
} }
.graph-container .graph-row { .graph-container .graph-row {
height: 100%; height: 100vh;
} }
.graph-container .graph-row #graph-view { .graph-container .graph-row #graph-view {
height: 95%; height: 95vh;
} }
.graph-container #tree { .graph-container #tree {
position: absolute; position: absolute;
......
...@@ -108,7 +108,7 @@ backButton = ...@@ -108,7 +108,7 @@ backButton =
className: "btn btn-primary" className: "btn btn-primary"
, on: {click: back} , on: {click: back}
} [ } [
H.i { className: "fa fa-arrow-left"} [] H.i { className: "fa fa-arrow-right"} []
] ]
loadFolders :: Record Props -> Aff FTree loadFolders :: Record Props -> Aff FTree
......
...@@ -68,10 +68,10 @@ ...@@ -68,10 +68,10 @@
padding-left: 0.8rem padding-left: 0.8rem
.graph-row .graph-row
height: 100% height: 100vh
#graph-view #graph-view
height: 95% height: 95vh
#tree #tree
position: absolute position: absolute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment