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
db513bb3
Commit
db513bb3
authored
Dec 30, 2019
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Sidebar] fix width
parent
aa2115b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
Graph.css
dist/styles/Graph.css
+2
-1
Graph.sass
dist/styles/Graph.sass
+2
-1
Sidebar.purs
src/Gargantext/Components/GraphExplorer/Sidebar.purs
+1
-1
No files found.
dist/styles/Graph.css
View file @
db513bb3
...
...
@@ -29,9 +29,10 @@
overflow-y
:
scroll
;
top
:
170px
;
z-index
:
1
;
left
:
70%
;
border
:
1px
white
solid
;
background-color
:
white
;
left
:
70%
;
width
:
30%
;
}
#graph-explorer
#sp-container
#myTab
{
marginBottom
:
18px
;
...
...
dist/styles/Graph.sass
View file @
db513bb3
...
...
@@ -28,9 +28,10 @@
#sp-container
@include
sidePanelCommon
left
:
70%
border
:
1px
white
solid
background-color
:
white
left
:
70%
width
:
30%
#myTab
marginBottom
:
18px
...
...
src/Gargantext/Components/GraphExplorer/Sidebar.purs
View file @
db513bb3
...
...
@@ -51,7 +51,7 @@ sidebarCpt = R.hooksComponent "Sidebar" cpt
let nodesMap = SigmaxTypes.nodesGraphMap props.graph
pure $
RH.div { id: "sp-container"
, className: "col-md-3"
}
RH.div { id: "sp-container" }
[ RH.div {}
[ R2.row
[ R2.col12
...
...
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