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
da9744f8
Commit
da9744f8
authored
Nov 30, 2020
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs table] styling fix for scrollable doc abstracts
parent
d9a55b09
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
12 deletions
+21
-12
Styles.css
dist/styles/Styles.css
+4
-0
Styles.sass
dist/styles/Styles.sass
+5
-0
DocsTable.purs
src/Gargantext/Components/DocsTable.purs
+1
-1
FacetsTable.purs
src/Gargantext/Components/FacetsTable.purs
+1
-1
Document.purs
src/Gargantext/Components/Nodes/Corpus/Document.purs
+1
-1
Home.purs
src/Gargantext/Components/Nodes/Home.purs
+9
-9
No files found.
dist/styles/Styles.css
View file @
da9744f8
...
@@ -12,6 +12,10 @@
...
@@ -12,6 +12,10 @@
#page-wrapper
.side-panel
.header
{
#page-wrapper
.side-panel
.header
{
float
:
right
;
float
:
right
;
}
}
#page-wrapper
.side-panel
.corpus-doc-view
.annotated-field-wrapper
.annotated-field-runs
{
max-height
:
200px
;
overflow-y
:
scroll
;
}
.simple-layout
{
.simple-layout
{
height
:
100%
;
height
:
100%
;
...
...
dist/styles/Styles.sass
View file @
da9744f8
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
width
:
28%
width
:
28%
.header
.header
float
:
right
float
:
right
.corpus-doc-view
.annotated-field-wrapper
.annotated-field-runs
max-height
:
200px
overflow-y
:
scroll
.simple-layout
.simple-layout
height
:
100%
height
:
100%
...
...
src/Gargantext/Components/DocsTable.purs
View file @
da9744f8
...
@@ -126,7 +126,7 @@ docViewCpt = R.hooksComponentWithModule thisModule "docView" cpt where
...
@@ -126,7 +126,7 @@ docViewCpt = R.hooksComponentWithModule thisModule "docView" cpt where
, params
, params
, query
, query
} _ = do
} _ = do
pure $ H.div {
className: "container1"
}
pure $ H.div {
className: "doc-table-doc-view container1"
}
[ R2.row
[ R2.row
[ chart
[ chart
, if showSearch then searchBar query else H.div {} []
, if showSearch then searchBar query else H.div {} []
...
...
src/Gargantext/Components/FacetsTable.purs
View file @
da9744f8
...
@@ -109,7 +109,7 @@ docViewCpt = R.hooksComponentWithModule thisModule "docView" cpt
...
@@ -109,7 +109,7 @@ docViewCpt = R.hooksComponentWithModule thisModule "docView" cpt
else
else
snd path $ const ipp
snd path $ const ipp
pure $ H.div { className: "container1" }
pure $ H.div { className: "
facets-doc-view
container1" }
[ R2.row
[ R2.row
[ chart
[ chart
, H.div { className: "col-md-12" }
, H.div { className: "col-md-12" }
...
...
src/Gargantext/Components/Nodes/Corpus/Document.purs
View file @
da9744f8
...
@@ -84,7 +84,7 @@ docViewCpt = R.hooksComponentWithModule thisModule "docView" cpt
...
@@ -84,7 +84,7 @@ docViewCpt = R.hooksComponentWithModule thisModule "docView" cpt
-- H.text (stringifyWithIndent 2 (encodeJson (fst state)))
-- H.text (stringifyWithIndent 2 (encodeJson (fst state)))
-- ] ] <>
-- ] ] <>
[
[
H.div { className: "container1" }
H.div { className: "co
rpus-doc-view co
ntainer1" }
[
[
R2.row
R2.row
[
[
...
...
src/Gargantext/Components/Nodes/Home.purs
View file @
da9744f8
...
@@ -68,10 +68,10 @@ homeLayoutCpt = R.hooksComponentWithModule thisModule "homeLayout" cpt
...
@@ -68,10 +68,10 @@ homeLayoutCpt = R.hooksComponentWithModule thisModule "homeLayout" cpt
cpt {lang, backend, publicBackend, sessions, visible} _ = do
cpt {lang, backend, publicBackend, sessions, visible} _ = do
let landingData = langLandingData lang
let landingData = langLandingData lang
pure $ H.span {}
pure $ H.span {}
[ H.div { className: "container1" } [ jumboTitle landingData false ]
[ H.div { className: "
home-title
container1" } [ jumboTitle landingData false ]
, H.div { className: "container1" } [] -- TODO put research form
, H.div { className: "
home-research-form
container1" } [] -- TODO put research form
, H.div { className: "container1" } [ blocksRandomText' landingData ]
, H.div { className: "
home-landing-data
container1" } [ blocksRandomText' landingData ]
, H.div { className: "container1" } [ renderPublic { backend
, H.div { className: "
home-public
container1" } [ renderPublic { backend
, publicBackend
, publicBackend
, sessions
, sessions
, visible
, visible
...
...
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