Commit 2baa3eba authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch '272-dev-folder-view' of...

Merge branch '272-dev-folder-view' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into dev-merge
parents 05de3195 4f758152
......@@ -832,7 +832,7 @@ ul li {
.folders {
display: grid;
grid-template-columns: 100px 100px 100px;
gap: 10px;
gap: 25px;
margin: 10px 0px;
}
......
......@@ -120,4 +120,6 @@ nodeTypeAppRoute GT.NodeList s i = Just $ Lists s i
nodeTypeAppRoute GT.NodeUser s i = Just $ UserPage s i
nodeTypeAppRoute GT.Team s i = Just $ Team s i
nodeTypeAppRoute GT.Texts s i = Just $ Texts s i
nodeTypeAppRoute GT.NodeFrameWrite s i = Just $ RouteFrameWrite s i
nodeTypeAppRoute GT.NodeFrameCalc s i = Just $ RouteFrameCalc s i
nodeTypeAppRoute _ _ _ = Nothing
.folders
display: grid
grid-template-columns: 100px 100px 100px
gap: 10px
gap: 25px
margin: 10px 0px
\ No newline at end of file
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