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
148
Issues
148
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
gargantext
purescript-gargantext
Commits
2d1b3fa0
Commit
2d1b3fa0
authored
May 26, 2025
by
Karen Konou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Share box] clipboard copy css improvements
parent
3f014a95
Pipeline
#7615
passed with stages
in 23 minutes and 29 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
26 additions
and
2 deletions
+26
-2
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+4
-0
bootstrap-default.css
dist/styles/bootstrap-default.css
+4
-0
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+4
-0
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+4
-0
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+4
-0
Share.purs
src/Gargantext/Components/Forest/Tree/Node/Action/Share.purs
+2
-2
_styles.scss
src/sass/_legacy/_styles.scss
+4
-0
No files found.
dist/styles/bootstrap-darkster.css
View file @
2d1b3fa0
...
@@ -11111,6 +11111,10 @@ select.form-control {
...
@@ -11111,6 +11111,10 @@ select.form-control {
margin
:
0.33em
;
margin
:
0.33em
;
}
}
.copy-btn
{
margin-left
:
0.5em
;
}
.table
tr
td
{
.table
tr
td
{
height
:
48px
;
height
:
48px
;
}
}
...
...
dist/styles/bootstrap-default.css
View file @
2d1b3fa0
...
@@ -10917,6 +10917,10 @@ select.form-control {
...
@@ -10917,6 +10917,10 @@ select.form-control {
margin
:
0.33em
;
margin
:
0.33em
;
}
}
.copy-btn
{
margin-left
:
0.5em
;
}
.table
tr
td
{
.table
tr
td
{
height
:
48px
;
height
:
48px
;
}
}
...
...
dist/styles/bootstrap-greyson.css
View file @
2d1b3fa0
...
@@ -10762,6 +10762,10 @@ select.form-control {
...
@@ -10762,6 +10762,10 @@ select.form-control {
margin
:
0.33em
;
margin
:
0.33em
;
}
}
.copy-btn
{
margin-left
:
0.5em
;
}
.table
tr
td
{
.table
tr
td
{
height
:
48px
;
height
:
48px
;
}
}
...
...
dist/styles/bootstrap-herbie.css
View file @
2d1b3fa0
...
@@ -10987,6 +10987,10 @@ select.form-control {
...
@@ -10987,6 +10987,10 @@ select.form-control {
margin
:
0.33em
;
margin
:
0.33em
;
}
}
.copy-btn
{
margin-left
:
0.5em
;
}
.table
tr
td
{
.table
tr
td
{
height
:
48px
;
height
:
48px
;
}
}
...
...
dist/styles/bootstrap-monotony.css
View file @
2d1b3fa0
...
@@ -11060,6 +11060,10 @@ select.form-control {
...
@@ -11060,6 +11060,10 @@ select.form-control {
margin
:
0.33em
;
margin
:
0.33em
;
}
}
.copy-btn
{
margin-left
:
0.5em
;
}
.table
tr
td
{
.table
tr
td
{
height
:
48px
;
height
:
48px
;
}
}
...
...
src/Gargantext/Components/Forest/Tree/Node/Action/Share.purs
View file @
2d1b3fa0
...
@@ -221,11 +221,11 @@ shareURLInnercpt = here.component "shareURLInner" cpt
...
@@ -221,11 +221,11 @@ shareURLInnercpt = here.component "shareURLInner" cpt
, textTitle: "Share the node (URL)"
, textTitle: "Share the node (URL)"
}
}
[ H.div {}
[ H.div {}
[ H.
text url
[ H.
a { href: url } [ H.text url ]
, B.iconButton
, B.iconButton
{ name: "clone"
{ name: "clone"
, title: "Copy to clipboard"
, title: "Copy to clipboard"
, className: "copy"
, className: "copy
copy-btn
"
, callback: \_ -> pure unit
, callback: \_ -> pure unit
}
}
]
]
...
...
src/sass/_legacy/_styles.scss
View file @
2d1b3fa0
...
@@ -503,3 +503,7 @@ select.form-control {
...
@@ -503,3 +503,7 @@ select.form-control {
margin
:
0
.33em
;
margin
:
0
.33em
;
}
}
}
}
.copy-btn
{
margin-left
:
0
.5em
;
}
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