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 @@
padding-left: 0.8rem;
}
.graph-container .graph-row {
height: 100%;
height: 100vh;
}
.graph-container .graph-row #graph-view {
height: 95%;
height: 95vh;
}
.graph-container #tree {
position: absolute;
......
......@@ -108,7 +108,7 @@ backButton =
className: "btn btn-primary"
, on: {click: back}
} [
H.i { className: "fa fa-arrow-left"} []
H.i { className: "fa fa-arrow-right"} []
]
loadFolders :: Record Props -> Aff FTree
......
......@@ -68,10 +68,10 @@
padding-left: 0.8rem
.graph-row
height: 100%
height: 100vh
#graph-view
height: 95%
height: 95vh
#tree
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