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
aa6c9c46
Commit
aa6c9c46
authored
Apr 28, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CSS] fix graph height and ergo in folder view
parent
21816e99
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
sass.css
dist/styles/sass.css
+2
-2
FolderView.purs
src/Gargantext/Components/FolderView.purs
+1
-1
_graph.sass
src/sass/_graph.sass
+2
-2
No files found.
dist/styles/sass.css
View file @
aa6c9c46
...
...
@@ -152,10 +152,10 @@
padding-left
:
0.8rem
;
}
.graph-container
.graph-row
{
height
:
100
%
;
height
:
100
vh
;
}
.graph-container
.graph-row
#graph-view
{
height
:
95
%
;
height
:
95
vh
;
}
.graph-container
#tree
{
position
:
absolute
;
...
...
src/Gargantext/Components/FolderView.purs
View file @
aa6c9c46
...
...
@@ -108,7 +108,7 @@ backButton =
className: "btn btn-primary"
, on: {click: back}
} [
H.i { className: "fa fa-arrow-
lef
t"} []
H.i { className: "fa fa-arrow-
righ
t"} []
]
loadFolders :: Record Props -> Aff FTree
...
...
src/sass/_graph.sass
View file @
aa6c9c46
...
...
@@ -68,10 +68,10 @@
padding-left
:
0
.8rem
.graph-row
height
:
100
%
height
:
100
vh
#graph-view
height
:
95
%
height
:
95
vh
#tree
position
:
absolute
...
...
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