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
d6290d7d
Commit
d6290d7d
authored
Mar 14, 2020
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[tree] styling fix for tree (on graph view especially)
parent
b4f21c5f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Graph.css
dist/styles/Graph.css
+2
-4
Graph.sass
dist/styles/Graph.sass
+5
-3
No files found.
dist/styles/Graph.css
View file @
d6290d7d
...
...
@@ -16,8 +16,8 @@
#graph-explorer
.graph-tree
{
position
:
absolute
;
max-height
:
600px
;
overflow-y
:
scroll
;
top
:
170px
;
background-color
:
#fff
;
z-index
:
1
;
}
#graph-explorer
#graph-view
{
...
...
@@ -26,13 +26,11 @@
#graph-explorer
#sp-container
{
position
:
absolute
;
max-height
:
600px
;
overflow-y
:
scroll
;
top
:
170px
;
z-index
:
1
;
border
:
1px
white
solid
;
background-color
:
white
;
left
:
70%
;
width
:
30
%
;
width
:
28
%
;
}
#graph-explorer
#sp-container
#myTab
{
marginBottom
:
18px
;
...
...
dist/styles/Graph.sass
View file @
d6290d7d
@mixin
sidePanelCommon
position
:
absolute
max-height
:
600px
overflow-y
:
scroll
//
overflow-y: scroll
top
:
170px
z-index
:
1
//
z-index: 1
#graph-explorer
#toolbar
...
...
@@ -22,6 +22,8 @@
.graph-tree
@include
sidePanelCommon
background-color
:
#fff
z-index
:
1
#graph-view
height
:
95%
...
...
@@ -31,7 +33,7 @@
border
:
1px
white
solid
background-color
:
white
left
:
70%
width
:
30
%
width
:
28
%
#myTab
marginBottom
:
18px
...
...
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