Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
649241d8
Commit
649241d8
authored
Aug 03, 2019
by
James Laver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quieten css warnings
parent
f77bcd0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Tree.purs
src/Gargantext/Components/Tree.purs
+1
-1
Graph.purs
src/Gargantext/Pages/Corpus/Graph.purs
+2
-2
No files found.
src/Gargantext/Components/Tree.purs
View file @
649241d8
...
...
@@ -545,7 +545,7 @@ toHtml d s@(NTree (LNode {id, name, nodeType}) ary) n = R.createElement el {} []
, H.a { href: if nodeType == Phylo then (toUrl Static nodeType (Just id))
else (toUrl Front nodeType (Just id))
, target : if nodeType == Phylo then "blank" else ""
, style: {
"margin-left"
: "22px"}
, style: {
marginLeft
: "22px"}
, onClick: mkEffectFn1 $ (\e -> d $ CurrentNode id)
}
[ nodeText s n ]
...
...
src/Gargantext/Pages/Corpus/Graph.purs
View file @
649241d8
...
...
@@ -313,7 +313,7 @@ specOld = fold [treespec treeSpec, graphspec $ simpleSpec performAction render']
render' :: Render State {} Action
render' d _ (State st@{sigmaSettings, graphData: GraphData {sides,metaData }}) _ =
[ div [className "container-fluid", style {
"padding-top"
: "90px" }]
[ div [className "container-fluid", style {
paddingTop
: "90px" }]
[ {-div [ className "row"]
[ h2 [ style {textAlign : "center", position : "relative", top: "-1px"}]
[-- : MetaData {title}
...
...
@@ -324,7 +324,7 @@ specOld = fold [treespec treeSpec, graphspec $ simpleSpec performAction render']
text "Title"
]
]
, -} div [className "row", style {
"padding-bottom"
: "10px", marginTop : "-24px"}]
, -} div [className "row", style {
paddingBottom
: "10px", marginTop : "-24px"}]
[
div [className "col-md-4"]
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment