Commit 2d1b3fa0 authored by Karen Konou's avatar Karen Konou

[Share box] clipboard copy css improvements

parent 3f014a95
Pipeline #7615 passed with stages
in 23 minutes and 29 seconds
...@@ -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;
} }
......
...@@ -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;
} }
......
...@@ -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;
} }
......
...@@ -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;
} }
......
...@@ -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;
} }
......
...@@ -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
} }
] ]
......
...@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment